| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBClusterSnapshot> |
AmazonDocDBAsyncClient.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AbstractAmazonDocDBAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AmazonDocDBAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.clone() |
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the cluster to create a snapshot for.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the cluster snapshot.
|
Copyright © 2024. All rights reserved.