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 typeDecisionTaskFailed
then 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 theDecisionTaskCompleted
event corresponding to the decision task that resulted in theRecordMarkerFailed
decision 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 TypeMethodDescriptionvoid
HistoryEvent.setRecordMarkerFailedEventAttributes
(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes) If the event is of typeDecisionTaskFailed
then this member is set and provides detailed information about the event.HistoryEvent.withRecordMarkerFailedEventAttributes
(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes) If the event is of typeDecisionTaskFailed
then this member is set and provides detailed information about the event.