Uses of Class
software.amazon.awssdk.services.sfn.model.StopExecutionResponse
Packages that use StopExecutionResponse
-
Uses of StopExecutionResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return StopExecutionResponseModifier and TypeMethodDescriptiondefault 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 StopExecutionResponseModifier and TypeMethodDescriptiondefault CompletableFuture<StopExecutionResponse>SfnAsyncClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest) Stops an execution.default CompletableFuture<StopExecutionResponse>SfnAsyncClient.stopExecution(StopExecutionRequest stopExecutionRequest) Stops an execution.