Uses of Class
software.amazon.awssdk.services.sfn.model.StopExecutionResponse
-
Packages that use StopExecutionResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of StopExecutionResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return StopExecutionResponse Modifier and Type Method Description default StopExecutionResponseSfnClient. stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)Stops an execution.default StopExecutionResponseSfnClient. stopExecution(StopExecutionRequest stopExecutionRequest)Stops an execution.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type StopExecutionResponse Modifier and Type Method Description default CompletableFuture<StopExecutionResponse>SfnAsyncClient. stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)Stops an execution.default CompletableFuture<StopExecutionResponse>SfnAsyncClient. stopExecution(StopExecutionRequest stopExecutionRequest)Stops an execution.
-