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

Packages that use DeleteBucketOptions
org.jclouds.googlecloudstorage.features   
org.jclouds.googlecloudstorage.options   
 

Uses of DeleteBucketOptions in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features with parameters of type DeleteBucketOptions
 boolean BucketApi.deleteBucket(String bucketName, DeleteBucketOptions options)
          Permanently deletes an empty Bucket.If bucket is not empty 409 error to indicate the conflict.
 

Uses of DeleteBucketOptions in org.jclouds.googlecloudstorage.options
 

Methods in org.jclouds.googlecloudstorage.options that return DeleteBucketOptions
 DeleteBucketOptions DeleteBucketOptions.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 DeleteBucketOptions DeleteBucketOptions.Builder.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 DeleteBucketOptions DeleteBucketOptions.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 DeleteBucketOptions DeleteBucketOptions.Builder.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 



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