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 UpdateBucketOptions
UpdateBucketOptions.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.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.