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 BucketBucketApi. 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 GetBucketOptionsGetBucketOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)GetBucketOptionsGetBucketOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)GetBucketOptionsGetBucketOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)GetBucketOptionsGetBucketOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)GetBucketOptionsGetBucketOptions.Builder. projection(DomainResourceReferences.Projection projection)GetBucketOptionsGetBucketOptions. projection(DomainResourceReferences.Projection projection)
-