Uses of Class
com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
-
Packages that use MarkerRecordedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of MarkerRecordedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return MarkerRecordedEventAttributes Modifier and Type Method Description MarkerRecordedEventAttributesMarkerRecordedEventAttributes. clone()MarkerRecordedEventAttributesHistoryEvent. getMarkerRecordedEventAttributes()If the event is of typeMarkerRecordedthen this member is set and provides detailed information about the event.MarkerRecordedEventAttributesMarkerRecordedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRecordMarkerdecision that requested this marker.MarkerRecordedEventAttributesMarkerRecordedEventAttributes. withDetails(String details)Details of the marker (if any).MarkerRecordedEventAttributesMarkerRecordedEventAttributes. withMarkerName(String markerName)The name of the marker.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type MarkerRecordedEventAttributes Modifier and Type Method Description voidHistoryEvent. setMarkerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)If the event is of typeMarkerRecordedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withMarkerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)If the event is of typeMarkerRecordedthen this member is set and provides detailed information about the event.
-