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