| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB API documentation
|
| Modifier and Type | Method and Description |
|---|---|
default RestoreDbClusterFromSnapshotResponse |
DocDbClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest)
Creates a new cluster from a snapshot or cluster snapshot.
|
default RestoreDbClusterFromSnapshotResponse |
DocDbClient.restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest)
Creates a new cluster from a snapshot or cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RestoreDbClusterFromSnapshotResponse> |
DocDbAsyncClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest)
Creates a new cluster from a snapshot or cluster snapshot.
|
default CompletableFuture<RestoreDbClusterFromSnapshotResponse> |
DocDbAsyncClient.restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest)
Creates a new cluster from a snapshot or cluster snapshot.
|
Copyright © 2022. All rights reserved.