| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
| Modifier and Type | Method and Description |
|---|---|
MarkerRecordedEventAttributes |
HistoryEvent.getMarkerRecordedEventAttributes()
If the event is of type
MarkerRecorded then this member
is set and provides detailed information about the event. |
MarkerRecordedEventAttributes |
MarkerRecordedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. |
MarkerRecordedEventAttributes |
MarkerRecordedEventAttributes.withDetails(String details)
Details of the marker (if any).
|
MarkerRecordedEventAttributes |
MarkerRecordedEventAttributes.withMarkerName(String markerName)
The name of the marker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryEvent.setMarkerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)
If the event is of type
MarkerRecorded then this member
is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withMarkerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)
If the event is of type
MarkerRecorded then this member
is set and provides detailed information about the event. |
Copyright © 2014. All rights reserved.