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 RecordMarkerFailedEventAttributesRecordMarkerFailedEventAttributes. clone()RecordMarkerFailedEventAttributesHistoryEvent. getRecordMarkerFailedEventAttributes()If the event is of typeDecisionTaskFailedthen this member is set and provides detailed information about the event.RecordMarkerFailedEventAttributesRecordMarkerFailedEventAttributes. withCause(RecordMarkerFailedCause cause)The cause of the failure.RecordMarkerFailedEventAttributesRecordMarkerFailedEventAttributes. withCause(String cause)The cause of the failure.RecordMarkerFailedEventAttributesRecordMarkerFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRecordMarkerFaileddecision for this cancellation request.RecordMarkerFailedEventAttributesRecordMarkerFailedEventAttributes. withMarkerName(String markerName)The marker's name.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RecordMarkerFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setRecordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes)If the event is of typeDecisionTaskFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withRecordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes)If the event is of typeDecisionTaskFailedthen this member is set and provides detailed information about the event.
-