| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default CopyDbSnapshotResponse |
RdsClient.copyDBSnapshot(Consumer<CopyDbSnapshotRequest.Builder> copyDbSnapshotRequest)
Copies the specified DB snapshot.
|
default CompletableFuture<CopyDbSnapshotResponse> |
RdsAsyncClient.copyDBSnapshot(Consumer<CopyDbSnapshotRequest.Builder> copyDbSnapshotRequest)
Copies the specified DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.builder() |
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.copyOptionGroup(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.Builder |
CopyDbSnapshotRequest.Builder.copyTags(Boolean copyTags)
A value that indicates whether to copy all tags from the source DB snapshot to the target DB snapshot.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted DB snapshot.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.optionGroupName(String optionGroupName)
The name of an option group to associate with the copy of the snapshot.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.preSignedUrl(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.Builder |
CopyDbSnapshotRequest.Builder.sourceDBSnapshotIdentifier(String sourceDBSnapshotIdentifier)
The identifier for the source DB snapshot.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.sourceRegion(String sourceRegion)
If PreSignedUrl is not specified, this is the region where the source snapshot is located.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.targetCustomAvailabilityZone(String targetCustomAvailabilityZone)
The external custom Availability Zone (CAZ) identifier for the target CAZ.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.Builder.targetDBSnapshotIdentifier(String targetDBSnapshotIdentifier)
The identifier for the copy of the snapshot.
|
CopyDbSnapshotRequest.Builder |
CopyDbSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyDbSnapshotRequest.Builder> |
CopyDbSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.