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