| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| Modifier and Type | Method and Description |
|---|---|
default StartDbInstanceResponse |
RdsClient.startDBInstance(Consumer<StartDbInstanceRequest.Builder> startDbInstanceRequest)
Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI
command, or the StopDBInstance action.
|
default StartDbInstanceResponse |
RdsClient.startDBInstance(StartDbInstanceRequest startDbInstanceRequest)
Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI
command, or the StopDBInstance action.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartDbInstanceResponse> |
RdsAsyncClient.startDBInstance(Consumer<StartDbInstanceRequest.Builder> startDbInstanceRequest)
Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI
command, or the StopDBInstance action.
|
default CompletableFuture<StartDbInstanceResponse> |
RdsAsyncClient.startDBInstance(StartDbInstanceRequest startDbInstanceRequest)
Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI
command, or the StopDBInstance action.
|
Copyright © 2022. All rights reserved.