Uses of Class
software.amazon.awssdk.services.cloudformation.model.StopStackSetOperationResponse
-
Packages that use StopStackSetOperationResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of StopStackSetOperationResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return StopStackSetOperationResponse Modifier and Type Method Description default StopStackSetOperationResponseCloudFormationClient. stopStackSetOperation(Consumer<StopStackSetOperationRequest.Builder> stopStackSetOperationRequest)Stops an in-progress operation on a StackSet and its associated stack instances.default StopStackSetOperationResponseCloudFormationClient. stopStackSetOperation(StopStackSetOperationRequest stopStackSetOperationRequest)Stops an in-progress operation on a StackSet and its associated stack instances.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type StopStackSetOperationResponse Modifier and Type Method Description default CompletableFuture<StopStackSetOperationResponse>CloudFormationAsyncClient. stopStackSetOperation(Consumer<StopStackSetOperationRequest.Builder> stopStackSetOperationRequest)Stops an in-progress operation on a StackSet and its associated stack instances.default CompletableFuture<StopStackSetOperationResponse>CloudFormationAsyncClient. stopStackSetOperation(StopStackSetOperationRequest stopStackSetOperationRequest)Stops an in-progress operation on a StackSet and its associated stack instances.
-