Uses of Class
software.amazon.awssdk.services.rds.model.RestoreDbInstanceToPointInTimeResponse
-
Packages that use RestoreDbInstanceToPointInTimeResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of RestoreDbInstanceToPointInTimeResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RestoreDbInstanceToPointInTimeResponse 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.Methods in software.amazon.awssdk.services.rds that return types with arguments of type RestoreDbInstanceToPointInTimeResponse Modifier and Type Method Description default CompletableFuture<RestoreDbInstanceToPointInTimeResponse>RdsAsyncClient. restoreDBInstanceToPointInTime(Consumer<RestoreDbInstanceToPointInTimeRequest.Builder> restoreDbInstanceToPointInTimeRequest)Restores a DB instance to an arbitrary point in time.default CompletableFuture<RestoreDbInstanceToPointInTimeResponse>RdsAsyncClient. restoreDBInstanceToPointInTime(RestoreDbInstanceToPointInTimeRequest restoreDbInstanceToPointInTimeRequest)Restores a DB instance to an arbitrary point in time.
-