Uses of Class
com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
-
Packages that use RecordMarkerFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of RecordMarkerFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RecordMarkerFailedEventAttributes Modifier and Type Method Description RecordMarkerFailedEventAttributes
RecordMarkerFailedEventAttributes. clone()
RecordMarkerFailedEventAttributes
HistoryEvent. getRecordMarkerFailedEventAttributes()
If the event is of typeDecisionTaskFailed
then this member is set and provides detailed information about the event.RecordMarkerFailedEventAttributes
RecordMarkerFailedEventAttributes. withCause(RecordMarkerFailedCause cause)
The cause of the failure.RecordMarkerFailedEventAttributes
RecordMarkerFailedEventAttributes. withCause(String cause)
The cause of the failure.RecordMarkerFailedEventAttributes
RecordMarkerFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theRecordMarkerFailed
decision for this cancellation request.RecordMarkerFailedEventAttributes
RecordMarkerFailedEventAttributes. withMarkerName(String markerName)
The marker's name.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RecordMarkerFailedEventAttributes Modifier and Type Method Description void
HistoryEvent. setRecordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes)
If the event is of typeDecisionTaskFailed
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withRecordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes)
If the event is of typeDecisionTaskFailed
then this member is set and provides detailed information about the event.
-