| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CopyDbClusterSnapshotResponse> |
NeptuneAsyncClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)
Copies a snapshot of a DB cluster.
|
default CopyDbClusterSnapshotResponse |
NeptuneClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)
Copies a snapshot of a DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.builder() |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.copyTags(Boolean copyTags)
True to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot, and otherwise
false.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.kmsKeyId(String kmsKeyId)
The Amazon Amazon KMS key ID for an encrypted DB cluster snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.preSignedUrl(String preSignedUrl)
Not currently supported.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.sourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.sourceRegion(String sourceRegion)
If PreSignedUrl is not specified, this is the region where the source snapshot is located.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Collection<Tag> tags)
The tags to assign to the new DB cluster snapshot copy.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to assign to the new DB cluster snapshot copy.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Tag... tags)
The tags to assign to the new DB cluster snapshot copy.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.targetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyDbClusterSnapshotRequest.Builder> |
CopyDbClusterSnapshotRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.