Package | Description |
---|---|
com.amazonaws.services.simpleworkflow | |
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Method and Description |
---|---|
Run |
AmazonSimpleWorkflowClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using
the provided
workflowId and input data. |
Run |
AmazonSimpleWorkflow.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using
the provided
workflowId and input data. |
Run |
AbstractAmazonSimpleWorkflow.startWorkflowExecution(StartWorkflowExecutionRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Run> |
AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request) |
java.util.concurrent.Future<Run> |
AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using
the provided
workflowId and input data. |
java.util.concurrent.Future<Run> |
AbstractAmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request) |
java.util.concurrent.Future<Run> |
AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler) |
java.util.concurrent.Future<Run> |
AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Starts an execution of the workflow type in the specified domain using
the provided
workflowId and input data. |
java.util.concurrent.Future<Run> |
AbstractAmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Run> |
AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler) |
java.util.concurrent.Future<Run> |
AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Starts an execution of the workflow type in the specified domain using
the provided
workflowId and input data. |
java.util.concurrent.Future<Run> |
AbstractAmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Run |
Run.clone() |
Run |
Run.withRunId(java.lang.String runId)
The
runId of a workflow execution. |
Modifier and Type | Method and Description |
---|---|
Run |
RunJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |