Uses of Class
software.amazon.awssdk.services.docdb.model.RestoreDbClusterToPointInTimeResponse
-
Packages that use RestoreDbClusterToPointInTimeResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of RestoreDbClusterToPointInTimeResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return RestoreDbClusterToPointInTimeResponse Modifier and Type Method Description default RestoreDbClusterToPointInTimeResponseDocDbClient. restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)Restores a cluster to an arbitrary point in time.default RestoreDbClusterToPointInTimeResponseDocDbClient. restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest)Restores a cluster to an arbitrary point in time.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type RestoreDbClusterToPointInTimeResponse Modifier and Type Method Description default CompletableFuture<RestoreDbClusterToPointInTimeResponse>DocDbAsyncClient. restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)Restores a cluster to an arbitrary point in time.default CompletableFuture<RestoreDbClusterToPointInTimeResponse>DocDbAsyncClient. restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest)Restores a cluster to an arbitrary point in time.
-