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 TimerCanceledEventAttributesTimerCanceledEventAttributes. clone()TimerCanceledEventAttributesHistoryEvent. getTimerCanceledEventAttributes()If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event.TimerCanceledEventAttributesTimerCanceledEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer.TimerCanceledEventAttributesTimerCanceledEventAttributes. withStartedEventId(Long startedEventId)The ID of theTimerStartedevent that was recorded when this timer was started.TimerCanceledEventAttributesTimerCanceledEventAttributes. 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 voidHistoryEvent. setTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event.
-