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