| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDbClusterSnapshotResponse |
DocDbClient.createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)
Creates a snapshot of a cluster.
|
default CreateDbClusterSnapshotResponse |
DocDbClient.createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)
Creates a snapshot of a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDbClusterSnapshotResponse> |
DocDbAsyncClient.createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)
Creates a snapshot of a cluster.
|
default CompletableFuture<CreateDbClusterSnapshotResponse> |
DocDbAsyncClient.createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)
Creates a snapshot of a cluster.
|
Copyright © 2023. All rights reserved.