| 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.withCopyOptionGroup(Boolean copyOptionGroup)
A value that indicates whether to copy the DB option group associated with the source DB snapshot to the target
Amazon Web Services account and associate with the target DB snapshot.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withCopyTags(Boolean copyTags)
A value that indicates whether to copy all tags from the source DB snapshot to the target DB snapshot.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier 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)
When you are copying a snapshot from one Amazon Web Services GovCloud (US) Region to another, the URL that
contains a Signature Version 4 signed request for the
CopyDBSnapshot API operation in the source
Amazon Web Services 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.withTargetCustomAvailabilityZone(String targetCustomAvailabilityZone)
The external custom Availability Zone (CAZ) identifier for the target CAZ.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTargetDBSnapshotIdentifier(String targetDBSnapshotIdentifier)
The identifier for the copy of the snapshot.
|
Copyright © 2022. All rights reserved.