Uses of Class
software.amazon.awssdk.services.rds.model.InvalidDbSnapshotStateException
Packages that use InvalidDbSnapshotStateException
-
Uses of InvalidDbSnapshotStateException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw InvalidDbSnapshotStateExceptionModifier and TypeMethodDescriptiondefault CopyDbSnapshotResponseRdsClient.copyDBSnapshot(Consumer<CopyDbSnapshotRequest.Builder> copyDbSnapshotRequest) Copies the specified DB snapshot.default CopyDbSnapshotResponseRdsClient.copyDBSnapshot(CopyDbSnapshotRequest copyDbSnapshotRequest) Copies the specified DB snapshot.default DeleteDbSnapshotResponseRdsClient.deleteDBSnapshot(Consumer<DeleteDbSnapshotRequest.Builder> deleteDbSnapshotRequest) Deletes a DB snapshot.default DeleteDbSnapshotResponseRdsClient.deleteDBSnapshot(DeleteDbSnapshotRequest deleteDbSnapshotRequest) Deletes a DB snapshot.default ModifyDbSnapshotResponseRdsClient.modifyDBSnapshot(Consumer<ModifyDbSnapshotRequest.Builder> modifyDbSnapshotRequest) Updates a manual DB snapshot with a new engine version.default ModifyDbSnapshotResponseRdsClient.modifyDBSnapshot(ModifyDbSnapshotRequest modifyDbSnapshotRequest) Updates a manual DB snapshot with a new engine version.RdsClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.RdsClient.modifyDBSnapshotAttribute(ModifyDbSnapshotAttributeRequest modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.RdsClient.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.RdsClient.restoreDBInstanceFromDBSnapshot(Consumer<RestoreDbInstanceFromDbSnapshotRequest.Builder> restoreDbInstanceFromDbSnapshotRequest) Creates a new DB instance from a DB snapshot.RdsClient.restoreDBInstanceFromDBSnapshot(RestoreDbInstanceFromDbSnapshotRequest restoreDbInstanceFromDbSnapshotRequest) Creates a new DB instance from a DB snapshot.