Uses of Class
software.amazon.awssdk.services.swf.model.StartWorkflowExecutionResponse
-
Packages that use StartWorkflowExecutionResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of StartWorkflowExecutionResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return StartWorkflowExecutionResponse 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.Methods in software.amazon.awssdk.services.swf that return types with arguments of type StartWorkflowExecutionResponse Modifier and Type Method Description default CompletableFuture<StartWorkflowExecutionResponse>
SwfAsyncClient. startWorkflowExecution(Consumer<StartWorkflowExecutionRequest.Builder> startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data.default CompletableFuture<StartWorkflowExecutionResponse>
SwfAsyncClient. startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data.
-