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