Uses of Class
org.jclouds.googlecloudstorage.options.UpdateBucketOptions
Packages that use UpdateBucketOptions
-
Uses of UpdateBucketOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type UpdateBucketOptionsModifier and TypeMethodDescriptionBucketApi.patchBucket
(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options) Updates a bucket supporting patch semantics.BucketApi.updateBucket
(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options) Updates a bucket -
Uses of UpdateBucketOptions in org.jclouds.googlecloudstorage.options
Methods in org.jclouds.googlecloudstorage.options that return UpdateBucketOptionsModifier and TypeMethodDescriptionUpdateBucketOptions.Builder.ifMetagenerationMatch
(Long ifMetagenerationMatch) UpdateBucketOptions.ifMetagenerationMatch
(Long ifMetagenerationMatch) UpdateBucketOptions.Builder.ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) UpdateBucketOptions.ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) UpdateBucketOptions.Builder.predefinedAcl
(DomainResourceReferences.PredefinedAcl predefinedAcl) UpdateBucketOptions.predefinedAcl
(DomainResourceReferences.PredefinedAcl predefinedAcl) UpdateBucketOptions.Builder.projection
(DomainResourceReferences.Projection projection) UpdateBucketOptions.projection
(DomainResourceReferences.Projection projection) UpdateObjectOptions.Builder.projection
(DomainResourceReferences.Projection projection)