Uses of Class
software.amazon.awssdk.services.sfn.model.StartExecutionRequest
Packages that use StartExecutionRequest
Package
Description
-
Uses of StartExecutionRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type StartExecutionRequestModifier and TypeMethodDescriptiondefault 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 StartExecutionRequestModifier and TypeMethodDescriptionStartExecutionRequestMarshaller.marshall(StartExecutionRequest startExecutionRequest)