| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBClusterSnapshot> |
AmazonNeptuneAsyncClient.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AmazonNeptuneAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Copies a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AbstractAmazonNeptuneAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.clone() |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withCopyTags(Boolean copyTags)
True to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot, and otherwise false.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withKmsKeyId(String kmsKeyId)
The Amazon Amazon KMS key ID for an encrypted DB cluster snapshot.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withPreSignedUrl(String preSignedUrl)
Not currently supported.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceRegion(String sourceRegion)
The region where the source instance is located.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Collection<Tag> tags)
The tags to assign to the new DB cluster snapshot copy.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Tag... tags)
The tags to assign to the new DB cluster snapshot copy.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot.
|
Copyright © 2021. All rights reserved.