Uses of Class
com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
Packages that use MarkerRecordedEventAttributes
-
Uses of MarkerRecordedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return MarkerRecordedEventAttributesModifier and TypeMethodDescriptionMarkerRecordedEventAttributes.clone()
HistoryEvent.getMarkerRecordedEventAttributes()
If the event is of typeMarkerRecorded
then this member is set and provides detailed information about the event.MarkerRecordedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theRecordMarker
decision that requested this marker.MarkerRecordedEventAttributes.withDetails
(String details) Details of the marker (if any).MarkerRecordedEventAttributes.withMarkerName
(String markerName) The name of the marker.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type MarkerRecordedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setMarkerRecordedEventAttributes
(MarkerRecordedEventAttributes markerRecordedEventAttributes) If the event is of typeMarkerRecorded
then this member is set and provides detailed information about the event.HistoryEvent.withMarkerRecordedEventAttributes
(MarkerRecordedEventAttributes markerRecordedEventAttributes) If the event is of typeMarkerRecorded
then this member is set and provides detailed information about the event.