|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskList | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of TaskList in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return TaskList | |
---|---|
TaskList |
WorkflowTypeConfiguration.getDefaultTaskList()
The optional default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. |
TaskList |
RegisterWorkflowTypeRequest.getDefaultTaskList()
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. |
TaskList |
RegisterActivityTypeRequest.getDefaultTaskList()
If set, specifies the default task list to use for scheduling tasks of this activity type. |
TaskList |
ActivityTypeConfiguration.getDefaultTaskList()
The optional default task list specified for this activity type at registration. |
TaskList |
WorkflowExecutionStartedEventAttributes.getTaskList()
The name of the task list for scheduling the decision tasks for this workflow execution. |
TaskList |
WorkflowExecutionContinuedAsNewEventAttributes.getTaskList()
Represents a task list. |
TaskList |
WorkflowExecutionConfiguration.getTaskList()
The task list used for the decision tasks generated for this workflow execution. |
TaskList |
StartWorkflowExecutionRequest.getTaskList()
The task list to use for the decision tasks generated for this workflow execution. |
TaskList |
StartChildWorkflowExecutionInitiatedEventAttributes.getTaskList()
The name of the task list used for the decision tasks of the child workflow execution. |
TaskList |
StartChildWorkflowExecutionDecisionAttributes.getTaskList()
The name of the task list to be used for decision tasks of the child workflow execution. |
TaskList |
ScheduleActivityTaskDecisionAttributes.getTaskList()
If set, specifies the name of the task list in which to schedule the activity task. |
TaskList |
PollForDecisionTaskRequest.getTaskList()
Specifies the task list to poll for decision tasks. |
TaskList |
PollForActivityTaskRequest.getTaskList()
Specifies the task list to poll for activity tasks. |
TaskList |
DecisionTaskScheduledEventAttributes.getTaskList()
The name of the task list in which the decision task was scheduled. |
TaskList |
CountPendingDecisionTasksRequest.getTaskList()
The name of the task list. |
TaskList |
CountPendingActivityTasksRequest.getTaskList()
The name of the task list. |
TaskList |
ContinueAsNewWorkflowExecutionDecisionAttributes.getTaskList()
Represents a task list. |
TaskList |
ActivityTaskScheduledEventAttributes.getTaskList()
The task list in which the activity task has been scheduled. |
TaskList |
TaskList.withName(String name)
The name of the task list. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TaskList | |
---|---|
void |
WorkflowTypeConfiguration.setDefaultTaskList(TaskList defaultTaskList)
The optional default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. |
void |
RegisterWorkflowTypeRequest.setDefaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. |
void |
RegisterActivityTypeRequest.setDefaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling tasks of this activity type. |
void |
ActivityTypeConfiguration.setDefaultTaskList(TaskList defaultTaskList)
The optional default task list specified for this activity type at registration. |
void |
WorkflowExecutionStartedEventAttributes.setTaskList(TaskList taskList)
The name of the task list for scheduling the decision tasks for this workflow execution. |
void |
WorkflowExecutionContinuedAsNewEventAttributes.setTaskList(TaskList taskList)
Represents a task list. |
void |
WorkflowExecutionConfiguration.setTaskList(TaskList taskList)
The task list used for the decision tasks generated for this workflow execution. |
void |
StartWorkflowExecutionRequest.setTaskList(TaskList taskList)
The task list to use for the decision tasks generated for this workflow execution. |
void |
StartChildWorkflowExecutionInitiatedEventAttributes.setTaskList(TaskList taskList)
The name of the task list used for the decision tasks of the child workflow execution. |
void |
StartChildWorkflowExecutionDecisionAttributes.setTaskList(TaskList taskList)
The name of the task list to be used for decision tasks of the child workflow execution. |
void |
ScheduleActivityTaskDecisionAttributes.setTaskList(TaskList taskList)
If set, specifies the name of the task list in which to schedule the activity task. |
void |
PollForDecisionTaskRequest.setTaskList(TaskList taskList)
Specifies the task list to poll for decision tasks. |
void |
PollForActivityTaskRequest.setTaskList(TaskList taskList)
Specifies the task list to poll for activity tasks. |
void |
DecisionTaskScheduledEventAttributes.setTaskList(TaskList taskList)
The name of the task list in which the decision task was scheduled. |
void |
CountPendingDecisionTasksRequest.setTaskList(TaskList taskList)
The name of the task list. |
void |
CountPendingActivityTasksRequest.setTaskList(TaskList taskList)
The name of the task list. |
void |
ContinueAsNewWorkflowExecutionDecisionAttributes.setTaskList(TaskList taskList)
Represents a task list. |
void |
ActivityTaskScheduledEventAttributes.setTaskList(TaskList taskList)
The task list in which the activity task has been scheduled. |
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList)
The optional default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. |
RegisterWorkflowTypeRequest |
RegisterWorkflowTypeRequest.withDefaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. |
RegisterActivityTypeRequest |
RegisterActivityTypeRequest.withDefaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling tasks of this activity type. |
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList)
The optional default task list specified for this activity type at registration. |
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withTaskList(TaskList taskList)
The name of the task list for scheduling the decision tasks for this workflow execution. |
WorkflowExecutionContinuedAsNewEventAttributes |
WorkflowExecutionContinuedAsNewEventAttributes.withTaskList(TaskList taskList)
Represents a task list. |
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskList(TaskList taskList)
The task list used for the decision tasks generated for this workflow execution. |
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withTaskList(TaskList taskList)
The task list to use for the decision tasks generated for this workflow execution. |
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withTaskList(TaskList taskList)
The name of the task list used for the decision tasks of the child workflow execution. |
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withTaskList(TaskList taskList)
The name of the task list to be used for decision tasks of the child workflow execution. |
ScheduleActivityTaskDecisionAttributes |
ScheduleActivityTaskDecisionAttributes.withTaskList(TaskList taskList)
If set, specifies the name of the task list in which to schedule the activity task. |
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withTaskList(TaskList taskList)
Specifies the task list to poll for decision tasks. |
PollForActivityTaskRequest |
PollForActivityTaskRequest.withTaskList(TaskList taskList)
Specifies the task list to poll for activity tasks. |
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributes.withTaskList(TaskList taskList)
The name of the task list in which the decision task was scheduled. |
CountPendingDecisionTasksRequest |
CountPendingDecisionTasksRequest.withTaskList(TaskList taskList)
The name of the task list. |
CountPendingActivityTasksRequest |
CountPendingActivityTasksRequest.withTaskList(TaskList taskList)
The name of the task list. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskList(TaskList taskList)
Represents a task list. |
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withTaskList(TaskList taskList)
The task list in which the activity task has been scheduled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |