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