Uses of Class
org.jclouds.googlecloudstorage.options.DeleteBucketOptions
- 
Packages that use DeleteBucketOptions Package Description 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 Modifier and Type Method Description booleanBucketApi. 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 Modifier and Type Method Description DeleteBucketOptionsDeleteBucketOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)DeleteBucketOptionsDeleteBucketOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)DeleteBucketOptionsDeleteBucketOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)DeleteBucketOptionsDeleteBucketOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch) 
 -