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> |
AmazonRDSAsyncClient.stopDBInstanceAsync(StopDBInstanceRequest request,
AsyncHandler<StopDBInstanceRequest,DBInstance> asyncHandler) |
Future<DBInstance> |
AmazonRDSAsync.stopDBInstanceAsync(StopDBInstanceRequest stopDBInstanceRequest,
AsyncHandler<StopDBInstanceRequest,DBInstance> asyncHandler)
Stops a DB instance.
|
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 © 2017. All rights reserved.