Uses of Class
com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
Packages that use TimerCanceledEventAttributes
-
Uses of TimerCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return TimerCanceledEventAttributesModifier and TypeMethodDescriptionTimerCanceledEventAttributes.clone()HistoryEvent.getTimerCanceledEventAttributes()If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event.TimerCanceledEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer.TimerCanceledEventAttributes.withStartedEventId(Long startedEventId) The ID of theTimerStartedevent that was recorded when this timer was started.TimerCanceledEventAttributes.withTimerId(String timerId) The unique ID of the timer that was canceled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TimerCanceledEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes) If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event.HistoryEvent.withTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes) If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event.