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