default CopyClusterSnapshotResponse |
DocDbElasticClient.copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest) |
Copies a snapshot of an elastic cluster.
|
default CopyClusterSnapshotResponse |
DocDbElasticClient.copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest) |
Copies a snapshot of an elastic cluster.
|
default CreateClusterResponse |
DocDbElasticClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest) |
Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
|
default CreateClusterResponse |
DocDbElasticClient.createCluster(CreateClusterRequest createClusterRequest) |
Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
|
default CreateClusterSnapshotResponse |
DocDbElasticClient.createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest) |
Creates a snapshot of an elastic cluster.
|
default CreateClusterSnapshotResponse |
DocDbElasticClient.createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest) |
Creates a snapshot of an elastic cluster.
|
default RestoreClusterFromSnapshotResponse |
DocDbElasticClient.restoreClusterFromSnapshot(Consumer<RestoreClusterFromSnapshotRequest.Builder> restoreClusterFromSnapshotRequest) |
Restores an elastic cluster from a snapshot.
|
default RestoreClusterFromSnapshotResponse |
DocDbElasticClient.restoreClusterFromSnapshot(RestoreClusterFromSnapshotRequest restoreClusterFromSnapshotRequest) |
Restores an elastic cluster from a snapshot.
|