Package | Description |
---|---|
com.couchbase.client.java.manager.bucket |
APIs related to bucket management.
|
Modifier and Type | Method and Description |
---|---|
static UpdateBucketOptions |
UpdateBucketOptions.updateBucketOptions() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
AsyncBucketManager.updateBucket(BucketSettings settings,
UpdateBucketOptions options) |
void |
BucketManager.updateBucket(BucketSettings settings,
UpdateBucketOptions options) |
Mono<Void> |
ReactiveBucketManager.updateBucket(BucketSettings settings,
UpdateBucketOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.