Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBSnapshot> |
AbstractAmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest request,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler) |
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.
|
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, and otherwise false.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withKmsKeyId(String kmsKeyId)
The AWS KMS key ID for an encrypted DB snapshot.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withOptionGroupName(String optionGroupName)
The name of an option group to associate with the copy of the snapshot.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withPreSignedUrl(String preSignedUrl)
The URL that contains a Signature Version 4 signed request for the
CopyDBSnapshot API action in the
source AWS Region that contains the source DB snapshot to copy. |
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withSourceDBSnapshotIdentifier(String sourceDBSnapshotIdentifier)
The identifier for the source DB snapshot.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withSourceRegion(String sourceRegion)
The region where the source snapshot is located.
|
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 copy of the snapshot.
|
Copyright © 2017. All rights reserved.