Uses of Class
software.amazon.awssdk.services.rds.model.RestoreDbClusterToPointInTimeResponse
Packages that use RestoreDbClusterToPointInTimeResponse
-
Uses of RestoreDbClusterToPointInTimeResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RestoreDbClusterToPointInTimeResponseModifier and TypeMethodDescriptionRdsClient.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.Methods in software.amazon.awssdk.services.rds that return types with arguments of type RestoreDbClusterToPointInTimeResponseModifier and TypeMethodDescriptionRdsAsyncClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.RdsAsyncClient.restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.