| Package | Description |
|---|---|
| org.jclouds.googlecloudstorage.blobstore.functions | |
| org.jclouds.googlecloudstorage.domain | |
| org.jclouds.googlecloudstorage.features |
| Modifier and Type | Method and Description |
|---|---|
PageSet<? extends StorageMetadata> |
ObjectListToStorageMetadata.apply(ListPageWithPrefixes<GoogleCloudStorageObject> from) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListPageWithPrefixes<T> |
ListPageWithPrefixes.create(List<T> items,
String nextPageToken,
List<String> prefixes) |
| Modifier and Type | Method and Description |
|---|---|
ListPageWithPrefixes<GoogleCloudStorageObject> |
ObjectApi.listObjects(String bucketName)
Retrieves a list of objects matching the criteria.
|
ListPageWithPrefixes<GoogleCloudStorageObject> |
ObjectApi.listObjects(String bucketName,
ListObjectOptions options)
Retrieves a list of objects matching the criteria.
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.