Uses of Class
com.couchbase.client.java.manager.bucket.DropBucketOptions
Packages that use DropBucketOptions
- 
Uses of DropBucketOptions in com.couchbase.client.java.manager.bucketMethods in com.couchbase.client.java.manager.bucket that return DropBucketOptionsMethods in com.couchbase.client.java.manager.bucket with parameters of type DropBucketOptionsModifier and TypeMethodDescriptionAsyncBucketManager.dropBucket(String bucketName, DropBucketOptions options) Drops ("deletes") a bucket from the cluster with custom options.voidBucketManager.dropBucket(String bucketName, DropBucketOptions options) Drops ("deletes") a bucket from the cluster with custom options.reactor.core.publisher.Mono<Void> ReactiveBucketManager.dropBucket(String bucketName, DropBucketOptions options) Drops ("deletes") a bucket from the cluster with custom options.