Uses of Class
software.amazon.awssdk.services.opsworks.model.StopStackRequest
-
Packages that use StopStackRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of StopStackRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type StopStackRequest Modifier and Type Method Description default CompletableFuture<StopStackResponse>OpsWorksAsyncClient. stopStack(StopStackRequest stopStackRequest)Stops a specified stack.default StopStackResponseOpsWorksClient. stopStack(StopStackRequest stopStackRequest)Stops a specified stack. -
Uses of StopStackRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type StopStackRequest Modifier and Type Method Description SdkHttpFullRequestStopStackRequestMarshaller. marshall(StopStackRequest stopStackRequest)
-