| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB API documentation
|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
default StopDbClusterResponse |
DocDbClient.stopDBCluster(Consumer<StopDbClusterRequest.Builder> stopDbClusterRequest)
Stops the running cluster that is specified by
DBClusterIdentifier. |
default CompletableFuture<StopDbClusterResponse> |
DocDbAsyncClient.stopDBCluster(Consumer<StopDbClusterRequest.Builder> stopDbClusterRequest)
Stops the running cluster that is specified by
DBClusterIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
static StopDbClusterRequest.Builder |
StopDbClusterRequest.builder() |
StopDbClusterRequest.Builder |
StopDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The identifier of the cluster to stop.
|
StopDbClusterRequest.Builder |
StopDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopDbClusterRequest.Builder |
StopDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopDbClusterRequest.Builder |
StopDbClusterRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopDbClusterRequest.Builder> |
StopDbClusterRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.