Uses of Class
software.amazon.awssdk.services.swf.model.DefaultUndefinedException
-
Packages that use DefaultUndefinedException Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of DefaultUndefinedException in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that throw DefaultUndefinedException Modifier and Type Method Description default StartWorkflowExecutionResponse
SwfClient. startWorkflowExecution(Consumer<StartWorkflowExecutionRequest.Builder> 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.
-