|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateDBSnapshotRequest | |
|---|---|
| com.amazonaws.services.rds | Synchronous and asynchronous client classes for accessing AmazonRDS. |
| com.amazonaws.services.rds.model | Classes modeling the various types represented by AmazonRDS. |
| Uses of CreateDBSnapshotRequest in com.amazonaws.services.rds |
|---|
| Methods in com.amazonaws.services.rds with parameters of type CreateDBSnapshotRequest | |
|---|---|
DBSnapshot |
AmazonRDS.createDBSnapshot(CreateDBSnapshotRequest createDBSnapshotRequest)
This API is used to create a DBSnapshot. |
DBSnapshot |
AmazonRDSClient.createDBSnapshot(CreateDBSnapshotRequest createDBSnapshotRequest)
This API is used to create a DBSnapshot. |
Future<DBSnapshot> |
AmazonRDSAsyncClient.createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest)
This API is used to create a DBSnapshot. |
Future<DBSnapshot> |
AmazonRDSAsync.createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest)
This API is used to create a DBSnapshot. |
| Uses of CreateDBSnapshotRequest in com.amazonaws.services.rds.model |
|---|
| Methods in com.amazonaws.services.rds.model that return CreateDBSnapshotRequest | |
|---|---|
CreateDBSnapshotRequest |
CreateDBSnapshotRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB Instance identifier. |
CreateDBSnapshotRequest |
CreateDBSnapshotRequest.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier for the DB Snapshot. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||