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 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 Modifier and Type Method Description DeleteBucketOptions
DeleteBucketOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)
DeleteBucketOptions
DeleteBucketOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)
DeleteBucketOptions
DeleteBucketOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
DeleteBucketOptions
DeleteBucketOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-