Uses of Class
com.couchbase.client.java.manager.bucket.UpdateBucketOptions
-
Packages that use UpdateBucketOptions Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of UpdateBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return UpdateBucketOptions Modifier and Type Method Description static UpdateBucketOptions
UpdateBucketOptions. updateBucketOptions()
Methods in com.couchbase.client.java.manager.bucket with parameters of type UpdateBucketOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncBucketManager. updateBucket(BucketSettings settings, UpdateBucketOptions options)
Updates the settings of a bucket which already exists with custom options.void
BucketManager. updateBucket(BucketSettings settings, UpdateBucketOptions options)
Updates the settings of a bucket which already exists with custom options.Mono<Void>
ReactiveBucketManager. updateBucket(BucketSettings settings, UpdateBucketOptions options)
Updates the settings of a bucket which already exists with custom options.
-