Uses of Class
software.amazon.awssdk.services.rds.model.RestoreDbClusterToPointInTimeResponse
-
Packages that use RestoreDbClusterToPointInTimeResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of RestoreDbClusterToPointInTimeResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RestoreDbClusterToPointInTimeResponse Modifier and Type Method Description default RestoreDbClusterToPointInTimeResponseRdsClient. restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)Restores a DB cluster to an arbitrary point in time.default RestoreDbClusterToPointInTimeResponseRdsClient. restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest)Restores a DB cluster to an arbitrary point in time.Methods in software.amazon.awssdk.services.rds that return types with arguments of type RestoreDbClusterToPointInTimeResponse Modifier and Type Method Description default CompletableFuture<RestoreDbClusterToPointInTimeResponse>RdsAsyncClient. restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)Restores a DB cluster to an arbitrary point in time.default CompletableFuture<RestoreDbClusterToPointInTimeResponse>RdsAsyncClient. restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest)Restores a DB cluster to an arbitrary point in time.
-