| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBClusterSnapshot> |
AmazonNeptuneAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Copies a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonNeptuneAsyncClient.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
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 AWS AWS KMS key ID for an encrypted DB cluster snapshot.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withPreSignedUrl(String preSignedUrl)
The URL that contains a Signature Version 4 signed request for the
CopyDBClusterSnapshot API action
in the AWS Region that contains the source DB cluster snapshot to copy. |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Collection<Tag> tags) |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot.
|
Copyright © 2019. All rights reserved.