Uses of Class
com.couchbase.client.java.manager.bucket.UpdateBucketOptions
-
Uses of UpdateBucketOptions in com.couchbase.client.java.manager.bucket
Modifier and TypeMethodDescriptionstatic UpdateBucketOptions
UpdateBucketOptions.updateBucketOptions()
Modifier and TypeMethodDescriptionAsyncBucketManager.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.ReactiveBucketManager.updateBucket
(BucketSettings settings, UpdateBucketOptions options) Updates the settings of a bucket which already exists with custom options.