| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBClusterSnapshot> |
AbstractAmazonNeptuneAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AmazonNeptuneAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonNeptuneAsyncClient.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.clone() |
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster to create a snapshot for.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the DB cluster snapshot.
|
Copyright © 2023. All rights reserved.