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 TimerStartedEventAttributesHistoryEvent. timerStartedEventAttributes()If the event is of typeTimerStartedthen 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.BuilderHistoryEvent.Builder. timerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)If the event is of typeTimerStartedthen this member is set and provides detailed information about the event.
-