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