| 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 |
|---|---|
Request<StartWorkflowExecutionRequest> |
StartWorkflowExecutionRequestMarshaller.marshall(StartWorkflowExecutionRequest startWorkflowExecutionRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<StartWorkflowExecutionRequest> |
StartWorkflowExecutionRequestMarshaller.marshall(StartWorkflowExecutionRequest startWorkflowExecutionRequest) |
void |
StartWorkflowExecutionRequestModelMarshaller.marshall(StartWorkflowExecutionRequest startWorkflowExecutionRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.