Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Method and Description |
---|---|
DBSnapshot |
AmazonRDSClient.copyDBSnapshot(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DB snapshot.
|
DBSnapshot |
AmazonRDS.copyDBSnapshot(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DB snapshot.
|
DBSnapshot |
AbstractAmazonRDS.copyDBSnapshot(CopyDBSnapshotRequest request) |
java.util.concurrent.Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest request) |
java.util.concurrent.Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DB snapshot.
|
java.util.concurrent.Future<DBSnapshot> |
AbstractAmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest request) |
java.util.concurrent.Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest request,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler) |
java.util.concurrent.Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DB snapshot.
|
java.util.concurrent.Future<DBSnapshot> |
AbstractAmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest request,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest request,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler) |
java.util.concurrent.Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DB snapshot.
|
java.util.concurrent.Future<DBSnapshot> |
AbstractAmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest request,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.clone() |
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withCopyTags(java.lang.Boolean copyTags)
True to copy all tags from the source DB snapshot to the target DB
snapshot; otherwise false.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withKmsKeyId(java.lang.String kmsKeyId)
The AWS Key Management Service (AWS KMS) key identifier for an encrypted
DB snapshot.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
The identifier for the source DB snapshot.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTags(java.util.Collection<Tag> tags) |
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if
any).
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTargetDBSnapshotIdentifier(java.lang.String targetDBSnapshotIdentifier)
The identifier for the copied snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<CopyDBSnapshotRequest> |
CopyDBSnapshotRequestMarshaller.marshall(CopyDBSnapshotRequest copyDBSnapshotRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CopyDBSnapshotRequest> |
CopyDBSnapshotRequestMarshaller.marshall(CopyDBSnapshotRequest copyDBSnapshotRequest) |