| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default StartDbClusterResponse |
RdsClient.startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)
Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
CLI command, or the StopDBCluster action.
|
default CompletableFuture<StartDbClusterResponse> |
RdsAsyncClient.startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)
Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
CLI command, or the StopDBCluster action.
|
| Modifier and Type | Method and Description |
|---|---|
static StartDbClusterRequest.Builder |
StartDbClusterRequest.builder() |
StartDbClusterRequest.Builder |
StartDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier of the Amazon Aurora DB cluster to be started.
|
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 © 2022. All rights reserved.