Uses of Class
software.amazon.awssdk.services.rds.model.InsufficientDbClusterCapacityException
-
Packages that use InsufficientDbClusterCapacityException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of InsufficientDbClusterCapacityException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw InsufficientDbClusterCapacityException Modifier and Type Method Description default RestoreDbClusterFromSnapshotResponseRdsClient. restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest)Creates a new DB cluster from a DB snapshot or DB cluster snapshot.default RestoreDbClusterFromSnapshotResponseRdsClient. restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest)Creates a new DB cluster from a DB snapshot or DB cluster snapshot.default RestoreDbClusterToPointInTimeResponseRdsClient. restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)Restores a DB cluster to an arbitrary point in time.default RestoreDbClusterToPointInTimeResponseRdsClient. restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest)Restores a DB cluster to an arbitrary point in time.
-