Uses of Class
org.jclouds.googlecloudstorage.options.GetBucketOptions
-
Packages that use GetBucketOptions Package Description org.jclouds.googlecloudstorage.features org.jclouds.googlecloudstorage.options -
-
Uses of GetBucketOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type GetBucketOptions Modifier and Type Method Description Bucket
BucketApi. getBucket(String bucketName, GetBucketOptions options)
Returns metadata for the specified bucket -
Uses of GetBucketOptions in org.jclouds.googlecloudstorage.options
Methods in org.jclouds.googlecloudstorage.options that return GetBucketOptions Modifier and Type Method Description GetBucketOptions
GetBucketOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)
GetBucketOptions
GetBucketOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)
GetBucketOptions
GetBucketOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
GetBucketOptions
GetBucketOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
GetBucketOptions
GetBucketOptions.Builder. projection(DomainResourceReferences.Projection projection)
GetBucketOptions
GetBucketOptions. projection(DomainResourceReferences.Projection projection)
-