Uses of Class
org.jclouds.googlecloudstorage.options.UpdateBucketOptions
-
Packages that use UpdateBucketOptions Package Description org.jclouds.googlecloudstorage.features org.jclouds.googlecloudstorage.options -
-
Uses of UpdateBucketOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type UpdateBucketOptions Modifier and Type Method Description Bucket
BucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
Updates a bucket supporting patch semantics.Bucket
BucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
Updates a bucket -
Uses of UpdateBucketOptions in org.jclouds.googlecloudstorage.options
-