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