Uses of Class
com.couchbase.client.java.manager.bucket.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)
void
BucketManager. updateBucket(BucketSettings settings, UpdateBucketOptions options)
reactor.core.publisher.Mono<Void>
ReactiveBucketManager. updateBucket(BucketSettings settings, UpdateBucketOptions options)