|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimerCanceledEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of TimerCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return TimerCanceledEventAttributes | |
---|---|
TimerCanceledEventAttributes |
HistoryEvent.getTimerCanceledEventAttributes()
If the event is of type TimerCanceled then this member is
set and provides detailed information about the event. |
TimerCanceledEventAttributes |
TimerCanceledEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the CancelTimer
decision to cancel this timer. |
TimerCanceledEventAttributes |
TimerCanceledEventAttributes.withStartedEventId(Long startedEventId)
The id of the TimerStarted 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 | |
---|---|
void |
HistoryEvent.setTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
If the event is of type TimerCanceled then this member is
set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
If the event is of type TimerCanceled then this member is
set and provides detailed information about the event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |