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