Uses of Class
software.amazon.awssdk.services.sfn.model.StartExecutionRequest
-
Packages that use StartExecutionRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of StartExecutionRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type StartExecutionRequest Modifier and Type Method Description default CompletableFuture<StartExecutionResponse>SfnAsyncClient. startExecution(StartExecutionRequest startExecutionRequest)Starts a state machine execution.default StartExecutionResponseSfnClient. startExecution(StartExecutionRequest startExecutionRequest)Starts a state machine execution. -
Uses of StartExecutionRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type StartExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStartExecutionRequestMarshaller. marshall(StartExecutionRequest startExecutionRequest)
-