Uses of Class
software.amazon.awssdk.services.rds.model.PointInTimeRestoreNotEnabledException
-
Packages that use PointInTimeRestoreNotEnabledException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of PointInTimeRestoreNotEnabledException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw PointInTimeRestoreNotEnabledException Modifier and Type Method Description default RestoreDbInstanceToPointInTimeResponseRdsClient. restoreDBInstanceToPointInTime(Consumer<RestoreDbInstanceToPointInTimeRequest.Builder> restoreDbInstanceToPointInTimeRequest)Restores a DB instance to an arbitrary point in time.default RestoreDbInstanceToPointInTimeResponseRdsClient. restoreDBInstanceToPointInTime(RestoreDbInstanceToPointInTimeRequest restoreDbInstanceToPointInTimeRequest)Restores a DB instance to an arbitrary point in time.
-