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 TypeMethodDescriptionvoidActivityTypeConfiguration.setDefaultTaskList(TaskList defaultTaskList) Optional. The default task list specified for this activity type at registration.voidRegisterActivityTypeRequest.setDefaultTaskList(TaskList defaultTaskList) If set, specifies the default task list to use for scheduling tasks of this activity type.voidRegisterWorkflowTypeRequest.setDefaultTaskList(TaskList defaultTaskList) If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type.voidWorkflowTypeConfiguration.setDefaultTaskList(TaskList defaultTaskList) Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type.voidActivityTaskScheduledEventAttributes.setTaskList(TaskList taskList) The task list in which the activity task has been scheduled.voidContinueAsNewWorkflowExecutionDecisionAttributes.setTaskList(TaskList taskList) voidCountPendingActivityTasksRequest.setTaskList(TaskList taskList) The name of the task list.voidCountPendingDecisionTasksRequest.setTaskList(TaskList taskList) The name of the task list.voidDecisionTaskScheduledEventAttributes.setTaskList(TaskList taskList) The name of the task list in which the decision task was scheduled.voidPollForActivityTaskRequest.setTaskList(TaskList taskList) Specifies the task list to poll for activity tasks.voidPollForDecisionTaskRequest.setTaskList(TaskList taskList) Specifies the task list to poll for decision tasks.voidScheduleActivityTaskDecisionAttributes.setTaskList(TaskList taskList) If set, specifies the name of the task list in which to schedule the activity task.voidStartChildWorkflowExecutionDecisionAttributes.setTaskList(TaskList taskList) The name of the task list to be used for decision tasks of the child workflow execution.voidStartChildWorkflowExecutionInitiatedEventAttributes.setTaskList(TaskList taskList) The name of the task list used for the decision tasks of the child workflow execution.voidStartWorkflowExecutionRequest.setTaskList(TaskList taskList) The task list to use for the decision tasks generated for this workflow execution.voidWorkflowExecutionConfiguration.setTaskList(TaskList taskList) The task list used for the decision tasks generated for this workflow execution.voidWorkflowExecutionContinuedAsNewEventAttributes.setTaskList(TaskList taskList) voidWorkflowExecutionStartedEventAttributes.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.