Uses of Class
software.amazon.awssdk.services.docdbelastic.model.StopClusterResponse
-
Packages that use StopClusterResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
Uses of StopClusterResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return StopClusterResponse Modifier and Type Method Description default StopClusterResponseDocDbElasticClient. stopCluster(Consumer<StopClusterRequest.Builder> stopClusterRequest)Stops the running elastic cluster that is specified byclusterArn.default StopClusterResponseDocDbElasticClient. stopCluster(StopClusterRequest stopClusterRequest)Stops the running elastic cluster that is specified byclusterArn.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type StopClusterResponse Modifier and Type Method Description default CompletableFuture<StopClusterResponse>DocDbElasticAsyncClient. stopCluster(Consumer<StopClusterRequest.Builder> stopClusterRequest)Stops the running elastic cluster that is specified byclusterArn.default CompletableFuture<StopClusterResponse>DocDbElasticAsyncClient. stopCluster(StopClusterRequest stopClusterRequest)Stops the running elastic cluster that is specified byclusterArn.
-