Uses of Class
org.jclouds.googlecloudstorage.options.DeleteBucketOptions
Packages that use DeleteBucketOptions
-
Uses of DeleteBucketOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type DeleteBucketOptionsModifier and TypeMethodDescriptionboolean
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 DeleteBucketOptionsModifier and TypeMethodDescriptionDeleteBucketOptions.Builder.ifMetagenerationMatch
(Long ifMetagenerationMatch) DeleteBucketOptions.ifMetagenerationMatch
(Long ifMetagenerationMatch) DeleteBucketOptions.Builder.ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) DeleteBucketOptions.ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch)