Uses of Class
com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
-
Packages that use TimerStartedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of TimerStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return TimerStartedEventAttributes Modifier and Type Method Description TimerStartedEventAttributesTimerStartedEventAttributes. clone()TimerStartedEventAttributesHistoryEvent. getTimerStartedEventAttributes()If the event is of typeTimerStartedthen this member is set and provides detailed information about the event.TimerStartedEventAttributesTimerStartedEventAttributes. withControl(String control)Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.TimerStartedEventAttributesTimerStartedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartTimerdecision for this activity task.TimerStartedEventAttributesTimerStartedEventAttributes. withStartToFireTimeout(String startToFireTimeout)The duration of time after which the timer will fire.TimerStartedEventAttributesTimerStartedEventAttributes. withTimerId(String timerId)The unique ID of the timer that was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TimerStartedEventAttributes Modifier and Type Method Description voidHistoryEvent. setTimerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)If the event is of typeTimerStartedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withTimerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)If the event is of typeTimerStartedthen this member is set and provides detailed information about the event.
-