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