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