Uses of Class
com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
Packages that use TimerStartedEventAttributes
-
Uses of TimerStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return TimerStartedEventAttributesModifier and TypeMethodDescriptionTimerStartedEventAttributes.clone()
HistoryEvent.getTimerStartedEventAttributes()
If the event is of typeTimerStarted
then this member is set and provides detailed information about the event.TimerStartedEventAttributes.withControl
(String control) Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.TimerStartedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theStartTimer
decision for this activity task.TimerStartedEventAttributes.withStartToFireTimeout
(String startToFireTimeout) The duration of time after which the timer will fire.TimerStartedEventAttributes.withTimerId
(String timerId) The unique ID of the timer that was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TimerStartedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setTimerStartedEventAttributes
(TimerStartedEventAttributes timerStartedEventAttributes) If the event is of typeTimerStarted
then this member is set and provides detailed information about the event.HistoryEvent.withTimerStartedEventAttributes
(TimerStartedEventAttributes timerStartedEventAttributes) If the event is of typeTimerStarted
then this member is set and provides detailed information about the event.