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 CreateDBSnapshotRequestCreateDBSnapshotRequest. clone()CreateDBSnapshotRequestCreateDBSnapshotRequest. withDBInstanceIdentifier(String dBInstanceIdentifier)The DB instance identifier.CreateDBSnapshotRequestCreateDBSnapshotRequest. withDBSnapshotIdentifier(String dBSnapshotIdentifier)The identifier for the DB snapshot.CreateDBSnapshotRequestCreateDBSnapshotRequest. withTags(Tag... tags)NOTE: This method appends the values to the existing list (if any).CreateDBSnapshotRequestCreateDBSnapshotRequest. withTags(Collection<Tag> tags)
-