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