Package | Description |
---|---|
com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
Run |
AmazonSimpleWorkflow.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Run |
AmazonSimpleWorkflowClient.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 |
---|---|
Future<Run> |
AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Future<Run> |
AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
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. |
Future<Run> |
AmazonSimpleWorkflowAsyncClient.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. |
Modifier and Type | Method and Description |
---|---|
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. |
Future<Run> |
AmazonSimpleWorkflowAsyncClient.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. |
Modifier and Type | Method and Description |
---|---|
Run |
Run.withRunId(String runId)
The
runId of a workflow execution. |
Copyright © 2014. All rights reserved.