Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest request,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler) |
Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DB snapshot.
|
Future<DBSnapshot> |
AbstractAmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest request,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler) |
Modifier and Type | Method and 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(Collection<Tag> tags) |
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if
any).
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTargetDBSnapshotIdentifier(String targetDBSnapshotIdentifier)
The identifier for the copied snapshot.
|
Copyright © 2018. All rights reserved.