Uses of Class
software.amazon.awssdk.services.docdbelastic.model.StartClusterResponse
-
Packages that use StartClusterResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
Uses of StartClusterResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return StartClusterResponse Modifier and Type Method Description default StartClusterResponseDocDbElasticClient. startCluster(Consumer<StartClusterRequest.Builder> startClusterRequest)Restarts the stopped elastic cluster that is specified byclusterARN.default StartClusterResponseDocDbElasticClient. startCluster(StartClusterRequest startClusterRequest)Restarts the stopped elastic cluster that is specified byclusterARN.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type StartClusterResponse Modifier and Type Method Description default CompletableFuture<StartClusterResponse>DocDbElasticAsyncClient. startCluster(Consumer<StartClusterRequest.Builder> startClusterRequest)Restarts the stopped elastic cluster that is specified byclusterARN.default CompletableFuture<StartClusterResponse>DocDbElasticAsyncClient. startCluster(StartClusterRequest startClusterRequest)Restarts the stopped elastic cluster that is specified byclusterARN.
-