Uses of Class
software.amazon.awssdk.services.rds.model.InsufficientDbClusterCapacityException
Packages that use InsufficientDbClusterCapacityException
-
Uses of InsufficientDbClusterCapacityException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw InsufficientDbClusterCapacityExceptionModifier and TypeMethodDescriptionRdsClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest) Creates a new DB cluster from a DB snapshot or DB cluster snapshot.RdsClient.restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest) Creates a new DB cluster from a DB snapshot or DB cluster snapshot.RdsClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.RdsClient.restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.