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