| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default StartWorkflowExecutionResponse |
SwfClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the provided
workflowId and
input data. |
default CompletableFuture<StartWorkflowExecutionResponse> |
SwfAsyncClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the provided
workflowId and
input data. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
StartWorkflowExecutionRequestMarshaller.marshall(StartWorkflowExecutionRequest startWorkflowExecutionRequest) |
Copyright © 2019. All rights reserved.