| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB API documentation
|
| Modifier and Type | Method and Description |
|---|---|
default StartDbClusterResponse |
DocDbClient.startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)
Restarts the stopped cluster that is specified by
DBClusterIdentifier. |
default StartDbClusterResponse |
DocDbClient.startDBCluster(StartDbClusterRequest startDbClusterRequest)
Restarts the stopped cluster that is specified by
DBClusterIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartDbClusterResponse> |
DocDbAsyncClient.startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)
Restarts the stopped cluster that is specified by
DBClusterIdentifier. |
default CompletableFuture<StartDbClusterResponse> |
DocDbAsyncClient.startDBCluster(StartDbClusterRequest startDbClusterRequest)
Restarts the stopped cluster that is specified by
DBClusterIdentifier. |
Copyright © 2022. All rights reserved.