| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
default StartDbClusterResponse |
DocDbClient.startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)
Restarts the stopped cluster that is specified by
DBClusterIdentifier. |
default CompletableFuture<StartDbClusterResponse> |
DocDbAsyncClient.startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)
Restarts the stopped cluster that is specified by
DBClusterIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
static StartDbClusterRequest.Builder |
StartDbClusterRequest.builder() |
StartDbClusterRequest.Builder |
StartDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The identifier of the cluster to restart.
|
StartDbClusterRequest.Builder |
StartDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDbClusterRequest.Builder |
StartDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDbClusterRequest.Builder |
StartDbClusterRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartDbClusterRequest.Builder> |
StartDbClusterRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.