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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return TimerStartedEventAttributes
 TimerStartedEventAttributes HistoryEvent.getTimerStartedEventAttributes()
          If the event is of type TimerStarted then this member is set and provides detailed information about the event.
 TimerStartedEventAttributes TimerStartedEventAttributes.withControl(String control)
          Optional data attached to the event that can be used by the decider in subsequent workflow tasks.
 TimerStartedEventAttributes TimerStartedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task.
 TimerStartedEventAttributes TimerStartedEventAttributes.withStartToFireTimeout(String startToFireTimeout)
          The duration of time after which the timer will fire.
 TimerStartedEventAttributes TimerStartedEventAttributes.withTimerId(String timerId)
          The unique Id of the timer that was started.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TimerStartedEventAttributes
 void HistoryEvent.setTimerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)
          If the event is of type TimerStarted then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withTimerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)
          If the event is of type TimerStarted then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.