Uses of Class
software.amazon.awssdk.services.swf.model.TimerStartedEventAttributes
-
Packages that use TimerStartedEventAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of TimerStartedEventAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return TimerStartedEventAttributes Modifier and Type Method Description TimerStartedEventAttributes
HistoryEvent. timerStartedEventAttributes()
If the event is of typeTimerStarted
then this member is set and provides detailed information about the event.Methods in software.amazon.awssdk.services.swf.model with parameters of type TimerStartedEventAttributes Modifier and Type Method Description HistoryEvent.Builder
HistoryEvent.Builder. timerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)
If the event is of typeTimerStarted
then this member is set and provides detailed information about the event.
-