Uses of Class
com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
-
Packages that use TimerCanceledEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of TimerCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return TimerCanceledEventAttributes Modifier and Type Method Description TimerCanceledEventAttributes
TimerCanceledEventAttributes. clone()
TimerCanceledEventAttributes
HistoryEvent. getTimerCanceledEventAttributes()
If the event is of typeTimerCanceled
then this member is set and provides detailed information about the event.TimerCanceledEventAttributes
TimerCanceledEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelTimer
decision to cancel this timer.TimerCanceledEventAttributes
TimerCanceledEventAttributes. withStartedEventId(Long startedEventId)
The ID of theTimerStarted
event that was recorded when this timer was started.TimerCanceledEventAttributes
TimerCanceledEventAttributes. withTimerId(String timerId)
The unique ID of the timer that was canceled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TimerCanceledEventAttributes Modifier and Type Method Description void
HistoryEvent. setTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
If the event is of typeTimerCanceled
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
If the event is of typeTimerCanceled
then this member is set and provides detailed information about the event.
-