Uses of Class
com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes

Packages that use DecisionTaskScheduledEventAttributes
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of DecisionTaskScheduledEventAttributes in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskScheduledEventAttributes
 DecisionTaskScheduledEventAttributes HistoryEvent.getDecisionTaskScheduledEventAttributes()
          If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event.
 DecisionTaskScheduledEventAttributes DecisionTaskScheduledEventAttributes.withStartToCloseTimeout(String startToCloseTimeout)
          The maximum duration for this decision task.
 DecisionTaskScheduledEventAttributes DecisionTaskScheduledEventAttributes.withTaskList(TaskList taskList)
          The name of the task list in which the decision task was scheduled.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskScheduledEventAttributes
 void HistoryEvent.setDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)
          If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)
          If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.