Uses of Class
software.amazon.awssdk.services.docdb.model.StartDbClusterResponse
-
Packages that use StartDbClusterResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of StartDbClusterResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return StartDbClusterResponse Modifier and Type Method Description default StartDbClusterResponseDocDbClient. startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)Restarts the stopped cluster that is specified byDBClusterIdentifier.default StartDbClusterResponseDocDbClient. startDBCluster(StartDbClusterRequest startDbClusterRequest)Restarts the stopped cluster that is specified byDBClusterIdentifier.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type StartDbClusterResponse Modifier and Type Method Description default CompletableFuture<StartDbClusterResponse>DocDbAsyncClient. startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)Restarts the stopped cluster that is specified byDBClusterIdentifier.default CompletableFuture<StartDbClusterResponse>DocDbAsyncClient. startDBCluster(StartDbClusterRequest startDbClusterRequest)Restarts the stopped cluster that is specified byDBClusterIdentifier.
-