| 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 CreateDbClusterResponse |
DocDbClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest)
Creates a new Amazon DocumentDB cluster.
|
default CreateDbClusterResponse |
DocDbClient.createDBCluster(CreateDbClusterRequest createDbClusterRequest)
Creates a new Amazon DocumentDB cluster.
|
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.
|
default RestoreDbClusterToPointInTimeResponse |
DocDbClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)
Restores a cluster to an arbitrary point in time.
|
default RestoreDbClusterToPointInTimeResponse |
DocDbClient.restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest)
Restores a cluster to an arbitrary point in time.
|
Copyright © 2023. All rights reserved.