Uses of Class
org.jclouds.googlecloudstorage.options.ListOptions
-
Packages that use ListOptions Package Description org.jclouds.googlecloudstorage.features org.jclouds.googlecloudstorage.options -
-
Uses of ListOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type ListOptions Modifier and Type Method Description ListPage<Bucket>
BucketApi. listBucket(String projectId, ListOptions options)
Retrieves a list of buckets for a given project -
Uses of ListOptions in org.jclouds.googlecloudstorage.options
Methods in org.jclouds.googlecloudstorage.options that return ListOptions Modifier and Type Method Description ListOptions
ListOptions.Builder. maxResults(Integer maxResults)
ListOptions
ListOptions. maxResults(Integer maxResults)
ListOptions
ListOptions.Builder. pageToken(String pageToken)
ListOptions
ListOptions. pageToken(String pageToken)
ListOptions
ListOptions.Builder. projection(DomainResourceReferences.Projection projection)
ListOptions
ListOptions. projection(DomainResourceReferences.Projection projection)
-