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