Uses of Class
com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
-
Packages that use TimerFiredEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of TimerFiredEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return TimerFiredEventAttributes Modifier and Type Method Description TimerFiredEventAttributes
TimerFiredEventAttributes. clone()
TimerFiredEventAttributes
HistoryEvent. getTimerFiredEventAttributes()
If the event is of typeTimerFired
then this member is set and provides detailed information about the event.TimerFiredEventAttributes
TimerFiredEventAttributes. withStartedEventId(Long startedEventId)
The ID of theTimerStarted
event that was recorded when this timer was started.TimerFiredEventAttributes
TimerFiredEventAttributes. withTimerId(String timerId)
The unique ID of the timer that fired.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TimerFiredEventAttributes Modifier and Type Method Description void
HistoryEvent. setTimerFiredEventAttributes(TimerFiredEventAttributes timerFiredEventAttributes)
If the event is of typeTimerFired
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withTimerFiredEventAttributes(TimerFiredEventAttributes timerFiredEventAttributes)
If the event is of typeTimerFired
then this member is set and provides detailed information about the event.
-