Uses of Class
com.amazonaws.services.simpleworkflow.model.TaskList
Packages that use TaskList
-
Uses of TaskList in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return TaskListModifier and TypeMethodDescriptionTaskList.clone()
ActivityTypeConfiguration.getDefaultTaskList()
Optional. The default task list specified for this activity type at registration.RegisterActivityTypeRequest.getDefaultTaskList()
If set, specifies the default task list to use for scheduling tasks of this activity type.RegisterWorkflowTypeRequest.getDefaultTaskList()
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type.WorkflowTypeConfiguration.getDefaultTaskList()
Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type.ActivityTaskScheduledEventAttributes.getTaskList()
The task list in which the activity task has been scheduled.ContinueAsNewWorkflowExecutionDecisionAttributes.getTaskList()
CountPendingActivityTasksRequest.getTaskList()
The name of the task list.CountPendingDecisionTasksRequest.getTaskList()
The name of the task list.DecisionTaskScheduledEventAttributes.getTaskList()
The name of the task list in which the decision task was scheduled.PollForActivityTaskRequest.getTaskList()
Specifies the task list to poll for activity tasks.PollForDecisionTaskRequest.getTaskList()
Specifies the task list to poll for decision tasks.ScheduleActivityTaskDecisionAttributes.getTaskList()
If set, specifies the name of the task list in which to schedule the activity task.StartChildWorkflowExecutionDecisionAttributes.getTaskList()
The name of the task list to be used for decision tasks of the child workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.getTaskList()
The name of the task list used for the decision tasks of the child workflow execution.StartWorkflowExecutionRequest.getTaskList()
The task list to use for the decision tasks generated for this workflow execution.WorkflowExecutionConfiguration.getTaskList()
The task list used for the decision tasks generated for this workflow execution.WorkflowExecutionContinuedAsNewEventAttributes.getTaskList()
WorkflowExecutionStartedEventAttributes.getTaskList()
The name of the task list for scheduling the decision tasks for this workflow execution.The name of the task list.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TaskListModifier and TypeMethodDescriptionvoid
ActivityTypeConfiguration.setDefaultTaskList
(TaskList defaultTaskList) Optional. The default task list specified for this activity type at registration.void
RegisterActivityTypeRequest.setDefaultTaskList
(TaskList defaultTaskList) If set, specifies the default task list to use for scheduling tasks of this activity 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
WorkflowTypeConfiguration.setDefaultTaskList
(TaskList defaultTaskList) Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type.void
ActivityTaskScheduledEventAttributes.setTaskList
(TaskList taskList) The task list in which the activity task has been scheduled.void
ContinueAsNewWorkflowExecutionDecisionAttributes.setTaskList
(TaskList taskList) void
CountPendingActivityTasksRequest.setTaskList
(TaskList taskList) The name of the task list.void
CountPendingDecisionTasksRequest.setTaskList
(TaskList taskList) The name of the task list.void
DecisionTaskScheduledEventAttributes.setTaskList
(TaskList taskList) The name of the task list in which the decision task was scheduled.void
PollForActivityTaskRequest.setTaskList
(TaskList taskList) Specifies the task list to poll for activity tasks.void
PollForDecisionTaskRequest.setTaskList
(TaskList taskList) Specifies the task list to poll for decision tasks.void
ScheduleActivityTaskDecisionAttributes.setTaskList
(TaskList taskList) If set, specifies the name of the task list in which to schedule the activity task.void
StartChildWorkflowExecutionDecisionAttributes.setTaskList
(TaskList taskList) The name of the task list to be used for decision tasks of the child workflow execution.void
StartChildWorkflowExecutionInitiatedEventAttributes.setTaskList
(TaskList taskList) The name of the task list used for the decision tasks of the child workflow execution.void
StartWorkflowExecutionRequest.setTaskList
(TaskList taskList) The task list to use for the decision tasks generated for this workflow execution.void
WorkflowExecutionConfiguration.setTaskList
(TaskList taskList) The task list used for the decision tasks generated for this workflow execution.void
WorkflowExecutionContinuedAsNewEventAttributes.setTaskList
(TaskList taskList) void
WorkflowExecutionStartedEventAttributes.setTaskList
(TaskList taskList) The name of the task list for scheduling the decision tasks for this workflow execution.ActivityTypeConfiguration.withDefaultTaskList
(TaskList defaultTaskList) Optional. The default task list specified for this activity type at registration.RegisterActivityTypeRequest.withDefaultTaskList
(TaskList defaultTaskList) If set, specifies the default task list to use for scheduling tasks of this activity type.RegisterWorkflowTypeRequest.withDefaultTaskList
(TaskList defaultTaskList) If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type.WorkflowTypeConfiguration.withDefaultTaskList
(TaskList defaultTaskList) Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type.ActivityTaskScheduledEventAttributes.withTaskList
(TaskList taskList) The task list in which the activity task has been scheduled.ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskList
(TaskList taskList) CountPendingActivityTasksRequest.withTaskList
(TaskList taskList) The name of the task list.CountPendingDecisionTasksRequest.withTaskList
(TaskList taskList) The name of the task list.DecisionTaskScheduledEventAttributes.withTaskList
(TaskList taskList) The name of the task list in which the decision task was scheduled.PollForActivityTaskRequest.withTaskList
(TaskList taskList) Specifies the task list to poll for activity tasks.PollForDecisionTaskRequest.withTaskList
(TaskList taskList) Specifies the task list to poll for decision tasks.ScheduleActivityTaskDecisionAttributes.withTaskList
(TaskList taskList) If set, specifies the name of the task list in which to schedule the activity task.StartChildWorkflowExecutionDecisionAttributes.withTaskList
(TaskList taskList) The name of the task list to be used for decision tasks of the child workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.withTaskList
(TaskList taskList) The name of the task list used for the decision tasks of the child workflow execution.StartWorkflowExecutionRequest.withTaskList
(TaskList taskList) The task list to use for the decision tasks generated for this workflow execution.WorkflowExecutionConfiguration.withTaskList
(TaskList taskList) The task list used for the decision tasks generated for this workflow execution.WorkflowExecutionContinuedAsNewEventAttributes.withTaskList
(TaskList taskList) WorkflowExecutionStartedEventAttributes.withTaskList
(TaskList taskList) The name of the task list for scheduling the decision tasks for this workflow execution.