Uses of Class
org.jclouds.googlecloudstorage.domain.ListPageWithPrefixes
Packages that use ListPageWithPrefixes
Package
Description
-
Uses of ListPageWithPrefixes in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type ListPageWithPrefixesModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> ObjectListToStorageMetadata.apply
(ListPageWithPrefixes<GoogleCloudStorageObject> from) -
Uses of ListPageWithPrefixes in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return ListPageWithPrefixes -
Uses of ListPageWithPrefixes in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return ListPageWithPrefixesModifier and TypeMethodDescriptionObjectApi.listObjects
(String bucketName) Retrieves a list of objects matching the criteria.ObjectApi.listObjects
(String bucketName, ListObjectOptions options) Retrieves a list of objects matching the criteria.