Uses of Class
org.jclouds.googlecloudstorage.domain.ListPageWithPrefixes
-
Packages that use ListPageWithPrefixes Package Description org.jclouds.googlecloudstorage.blobstore.functions org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.features -
-
Uses of ListPageWithPrefixes in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type ListPageWithPrefixes Modifier and Type Method Description PageSet<? extends StorageMetadata>
ObjectListToStorageMetadata. apply(ListPageWithPrefixes<GoogleCloudStorageObject> from)
-
Uses of ListPageWithPrefixes in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return ListPageWithPrefixes Modifier and Type Method Description static <T> ListPageWithPrefixes<T>
ListPageWithPrefixes. create(List<T> items, String nextPageToken, List<String> prefixes)
-
Uses of ListPageWithPrefixes in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return ListPageWithPrefixes Modifier and Type Method 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.
-