Uses of Class
software.amazon.awssdk.services.docdb.model.InsufficientDbClusterCapacityException
-
Packages that use InsufficientDbClusterCapacityException Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of InsufficientDbClusterCapacityException in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that throw InsufficientDbClusterCapacityException Modifier and Type Method Description default RestoreDbClusterFromSnapshotResponseDocDbClient. restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest)Creates a new cluster from a snapshot or cluster snapshot.default RestoreDbClusterFromSnapshotResponseDocDbClient. restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest)Creates a new cluster from a snapshot or cluster snapshot.default RestoreDbClusterToPointInTimeResponseDocDbClient. restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)Restores a cluster to an arbitrary point in time.default RestoreDbClusterToPointInTimeResponseDocDbClient. restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest)Restores a cluster to an arbitrary point in time.
-