| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBInstance> |
AbstractAmazonRDSAsync.stopDBInstanceAsync(StopDBInstanceRequest request,
AsyncHandler<StopDBInstanceRequest,DBInstance> asyncHandler) |
Future<DBInstance> |
AmazonRDSAsync.stopDBInstanceAsync(StopDBInstanceRequest stopDBInstanceRequest,
AsyncHandler<StopDBInstanceRequest,DBInstance> asyncHandler)
Stops an Amazon RDS DB instance.
|
Future<DBInstance> |
AmazonRDSAsyncClient.stopDBInstanceAsync(StopDBInstanceRequest request,
AsyncHandler<StopDBInstanceRequest,DBInstance> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopDBInstanceRequest |
StopDBInstanceRequest.clone() |
StopDBInstanceRequest |
StopDBInstanceRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
The user-supplied instance identifier.
|
StopDBInstanceRequest |
StopDBInstanceRequest.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
|
Copyright © 2021. All rights reserved.