Uses of Class
com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
-
Packages that use DecisionTaskScheduledEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of DecisionTaskScheduledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskScheduledEventAttributes Modifier and Type Method Description DecisionTaskScheduledEventAttributesDecisionTaskScheduledEventAttributes. clone()DecisionTaskScheduledEventAttributesHistoryEvent. getDecisionTaskScheduledEventAttributes()If the event is of typeDecisionTaskScheduledthen this member is set and provides detailed information about the event.DecisionTaskScheduledEventAttributesDecisionTaskScheduledEventAttributes. withStartToCloseTimeout(String startToCloseTimeout)The maximum duration for this decision task.DecisionTaskScheduledEventAttributesDecisionTaskScheduledEventAttributes. withTaskList(TaskList taskList)The name of the task list in which the decision task was scheduled.DecisionTaskScheduledEventAttributesDecisionTaskScheduledEventAttributes. withTaskPriority(String taskPriority)Optional. A task priority that, if set, specifies the priority for this decision task.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskScheduledEventAttributes Modifier and Type Method Description voidHistoryEvent. setDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)If the event is of typeDecisionTaskScheduledthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)If the event is of typeDecisionTaskScheduledthen this member is set and provides detailed information about the event.
-