Uses of Class
org.jclouds.googlecloudstorage.options.UpdateBucketOptions

Packages that use UpdateBucketOptions
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
 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
 

Methods in org.jclouds.googlecloudstorage.options that return UpdateBucketOptions
 UpdateBucketOptions UpdateBucketOptions.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 UpdateBucketOptions UpdateBucketOptions.Builder.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 UpdateBucketOptions UpdateBucketOptions.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 UpdateBucketOptions UpdateBucketOptions.Builder.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 UpdateBucketOptions UpdateBucketOptions.predefinedAcl(DomainResourceRefferences.PredefinedAcl predefinedAcl)
           
 UpdateBucketOptions UpdateBucketOptions.Builder.predefinedAcl(DomainResourceRefferences.PredefinedAcl predefinedAcl)
           
 UpdateBucketOptions UpdateBucketOptions.projection(DomainResourceRefferences.Projection projection)
           
 UpdateBucketOptions UpdateBucketOptions.Builder.projection(DomainResourceRefferences.Projection projection)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.