Uses of Class
software.amazon.awssdk.services.opsworks.model.StopInstanceResponse
-
Packages that use StopInstanceResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of StopInstanceResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return StopInstanceResponse Modifier and Type Method Description default StopInstanceResponseOpsWorksClient. stopInstance(Consumer<StopInstanceRequest.Builder> stopInstanceRequest)Stops a specified instance.default StopInstanceResponseOpsWorksClient. stopInstance(StopInstanceRequest stopInstanceRequest)Stops a specified instance.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type StopInstanceResponse Modifier and Type Method Description default CompletableFuture<StopInstanceResponse>OpsWorksAsyncClient. stopInstance(Consumer<StopInstanceRequest.Builder> stopInstanceRequest)Stops a specified instance.default CompletableFuture<StopInstanceResponse>OpsWorksAsyncClient. stopInstance(StopInstanceRequest stopInstanceRequest)Stops a specified instance.
-