Uses of Class
com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
-
Packages that use FailWorkflowExecutionFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of FailWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return FailWorkflowExecutionFailedEventAttributes Modifier and Type Method Description FailWorkflowExecutionFailedEventAttributes
FailWorkflowExecutionFailedEventAttributes. clone()
FailWorkflowExecutionFailedEventAttributes
HistoryEvent. getFailWorkflowExecutionFailedEventAttributes()
If the event is of typeFailWorkflowExecutionFailed
then this member is set and provides detailed information about the event.FailWorkflowExecutionFailedEventAttributes
FailWorkflowExecutionFailedEventAttributes. withCause(FailWorkflowExecutionFailedCause cause)
The cause of the failure.FailWorkflowExecutionFailedEventAttributes
FailWorkflowExecutionFailedEventAttributes. withCause(String cause)
The cause of the failure.FailWorkflowExecutionFailedEventAttributes
FailWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theFailWorkflowExecution
decision to fail this execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type FailWorkflowExecutionFailedEventAttributes Modifier and Type Method Description void
HistoryEvent. setFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)
If the event is of typeFailWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)
If the event is of typeFailWorkflowExecutionFailed
then this member is set and provides detailed information about the event.
-