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 providedworkflowIdand input data.default StartWorkflowExecutionResponseSwfClient. startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)Starts an execution of the workflow type in the specified domain using the providedworkflowIdand 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 SdkHttpFullRequestStartWorkflowExecutionRequestMarshaller. marshall(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
-