Uses of Class
com.couchbase.client.java.manager.bucket.UpdateBucketOptions
Packages that use UpdateBucketOptions
-
Uses of UpdateBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return UpdateBucketOptionsModifier and TypeMethodDescriptionstatic UpdateBucketOptionsUpdateBucketOptions.updateBucketOptions()Methods in com.couchbase.client.java.manager.bucket with parameters of type UpdateBucketOptionsModifier and TypeMethodDescriptionAsyncBucketManager.updateBucket(BucketSettings settings, UpdateBucketOptions options) Updates the settings of a bucket which already exists with custom options.voidBucketManager.updateBucket(BucketSettings settings, UpdateBucketOptions options) Updates the settings of a bucket which already exists with custom options.reactor.core.publisher.Mono<Void> ReactiveBucketManager.updateBucket(BucketSettings settings, UpdateBucketOptions options) Updates the settings of a bucket which already exists with custom options.