Uses of Class
com.amazonaws.services.rds.model.CopyDBSnapshotRequest
-
Packages that use CopyDBSnapshotRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of CopyDBSnapshotRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type CopyDBSnapshotRequest Modifier and Type Method Description Future<DBSnapshot>
AbstractAmazonRDSAsync. copyDBSnapshotAsync(CopyDBSnapshotRequest request, AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Future<DBSnapshot>
AmazonRDSAsync. copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest, AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DB snapshot.Future<DBSnapshot>
AmazonRDSAsyncClient. copyDBSnapshotAsync(CopyDBSnapshotRequest request, AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
-
Uses of CopyDBSnapshotRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CopyDBSnapshotRequest Modifier and Type Method Description CopyDBSnapshotRequest
CopyDBSnapshotRequest. clone()
CopyDBSnapshotRequest
CopyDBSnapshotRequest. withCopyTags(Boolean copyTags)
True to copy all tags from the source DB snapshot to the target DB snapshot; otherwise false.CopyDBSnapshotRequest
CopyDBSnapshotRequest. withKmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key identifier for an encrypted DB snapshot.CopyDBSnapshotRequest
CopyDBSnapshotRequest. withSourceDBSnapshotIdentifier(String sourceDBSnapshotIdentifier)
The identifier for the source DB snapshot.CopyDBSnapshotRequest
CopyDBSnapshotRequest. withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).CopyDBSnapshotRequest
CopyDBSnapshotRequest. withTags(Collection<Tag> tags)
CopyDBSnapshotRequest
CopyDBSnapshotRequest. withTargetDBSnapshotIdentifier(String targetDBSnapshotIdentifier)
The identifier for the copied snapshot.
-