Uses of Class
software.amazon.awssdk.services.sfn.model.StartSyncExecutionRequest
-
Packages that use StartSyncExecutionRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of StartSyncExecutionRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type StartSyncExecutionRequest Modifier and Type Method Description default CompletableFuture<StartSyncExecutionResponse>SfnAsyncClient. startSyncExecution(StartSyncExecutionRequest startSyncExecutionRequest)Starts a Synchronous Express state machine execution.default StartSyncExecutionResponseSfnClient. startSyncExecution(StartSyncExecutionRequest startSyncExecutionRequest)Starts a Synchronous Express state machine execution. -
Uses of StartSyncExecutionRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type StartSyncExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStartSyncExecutionRequestMarshaller. marshall(StartSyncExecutionRequest startSyncExecutionRequest)
-