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 |
---|---|
DecisionTask |
AmazonSimpleWorkflow.pollForDecisionTask(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
DecisionTask |
AmazonSimpleWorkflowClient.pollForDecisionTask(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
Future<DecisionTask> |
AmazonSimpleWorkflowAsync.pollForDecisionTaskAsync(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
Future<DecisionTask> |
AmazonSimpleWorkflowAsyncClient.pollForDecisionTaskAsync(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
Future<DecisionTask> |
AmazonSimpleWorkflowAsync.pollForDecisionTaskAsync(PollForDecisionTaskRequest pollForDecisionTaskRequest,
AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
Future<DecisionTask> |
AmazonSimpleWorkflowAsyncClient.pollForDecisionTaskAsync(PollForDecisionTaskRequest pollForDecisionTaskRequest,
AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
Modifier and Type | Method and Description |
---|---|
Future<DecisionTask> |
AmazonSimpleWorkflowAsync.pollForDecisionTaskAsync(PollForDecisionTaskRequest pollForDecisionTaskRequest,
AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
Future<DecisionTask> |
AmazonSimpleWorkflowAsyncClient.pollForDecisionTaskAsync(PollForDecisionTaskRequest pollForDecisionTaskRequest,
AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
Modifier and Type | Method and Description |
---|---|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withDomain(String domain)
The name of the domain containing the task lists to poll.
|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withIdentity(String identity)
Identity of the decider making the request, which is recorded in the
DecisionTaskStarted event in the workflow history.
|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withMaximumPageSize(Integer maximumPageSize)
The maximum number of history events returned in each page.
|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withNextPageToken(String nextPageToken)
If on a previous call to this method a
NextPageToken was
returned, the results are being paginated. |
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withReverseOrder(Boolean reverseOrder)
When set to
true , returns the events in reverse order. |
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withTaskList(TaskList taskList)
Specifies the task list to poll for decision tasks.
|
Copyright © 2014. All rights reserved.