| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB API documentation
|
| Modifier and Type | Method and Description |
|---|---|
default StopDbClusterResponse |
DocDbClient.stopDBCluster(Consumer<StopDbClusterRequest.Builder> stopDbClusterRequest)
Stops the running cluster that is specified by
DBClusterIdentifier. |
default StopDbClusterResponse |
DocDbClient.stopDBCluster(StopDbClusterRequest stopDbClusterRequest)
Stops the running cluster that is specified by
DBClusterIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopDbClusterResponse> |
DocDbAsyncClient.stopDBCluster(Consumer<StopDbClusterRequest.Builder> stopDbClusterRequest)
Stops the running cluster that is specified by
DBClusterIdentifier. |
default CompletableFuture<StopDbClusterResponse> |
DocDbAsyncClient.stopDBCluster(StopDbClusterRequest stopDbClusterRequest)
Stops the running cluster that is specified by
DBClusterIdentifier. |
Copyright © 2022. All rights reserved.