Uses of Class
software.amazon.awssdk.services.swf.model.StartWorkflowExecutionRequest
-
Packages that use StartWorkflowExecutionRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.transform -
-
Uses of StartWorkflowExecutionRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type StartWorkflowExecutionRequest Modifier and Type Method Description default CompletableFuture<StartWorkflowExecutionResponse>
SwfAsyncClient. startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data.default StartWorkflowExecutionResponse
SwfClient. startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data. -
Uses of StartWorkflowExecutionRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type StartWorkflowExecutionRequest Modifier and Type Method Description SdkHttpFullRequest
StartWorkflowExecutionRequestMarshaller. marshall(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
-