| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow | 
 | 
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DecisionTask> | 
AbstractAmazonSimpleWorkflowAsync.pollForDecisionTaskAsync(PollForDecisionTaskRequest request,
                        AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler)  | 
Future<DecisionTask> | 
AmazonSimpleWorkflowAsyncClient.pollForDecisionTaskAsync(PollForDecisionTaskRequest request,
                        AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler)  | 
Future<DecisionTask> | 
AmazonSimpleWorkflowAsync.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.clone()  | 
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 results that are returned per call. 
 | 
PollForDecisionTaskRequest | 
PollForDecisionTaskRequest.withNextPageToken(String nextPageToken)
 If  
NextPageToken is returned there are more results available. | 
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 © 2021. All rights reserved.