Uses of Class
com.amazonaws.services.rds.model.CreateDBSnapshotRequest
-
Packages that use CreateDBSnapshotRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of CreateDBSnapshotRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBSnapshotRequest Modifier and Type Method Description Future<DBSnapshot>
AbstractAmazonRDSAsync. createDBSnapshotAsync(CreateDBSnapshotRequest request, AsyncHandler<CreateDBSnapshotRequest,DBSnapshot> asyncHandler)
Future<DBSnapshot>
AmazonRDSAsync. createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest, AsyncHandler<CreateDBSnapshotRequest,DBSnapshot> asyncHandler)
Creates a DBSnapshot.Future<DBSnapshot>
AmazonRDSAsyncClient. createDBSnapshotAsync(CreateDBSnapshotRequest request, AsyncHandler<CreateDBSnapshotRequest,DBSnapshot> asyncHandler)
-
Uses of CreateDBSnapshotRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateDBSnapshotRequest Modifier and Type Method Description CreateDBSnapshotRequest
CreateDBSnapshotRequest. clone()
CreateDBSnapshotRequest
CreateDBSnapshotRequest. withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB instance identifier.CreateDBSnapshotRequest
CreateDBSnapshotRequest. withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier for the DB snapshot.CreateDBSnapshotRequest
CreateDBSnapshotRequest. withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).CreateDBSnapshotRequest
CreateDBSnapshotRequest. withTags(Collection<Tag> tags)
-