Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
-
Packages that use WorkflowExecutionFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionFailedEventAttributes Modifier and Type Method Description WorkflowExecutionFailedEventAttributesWorkflowExecutionFailedEventAttributes. clone()WorkflowExecutionFailedEventAttributesHistoryEvent. getWorkflowExecutionFailedEventAttributes()If the event is of typeWorkflowExecutionFailedthen this member is set and provides detailed information about the event.WorkflowExecutionFailedEventAttributesWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this execution.WorkflowExecutionFailedEventAttributesWorkflowExecutionFailedEventAttributes. withDetails(String details)The details of the failure (if any).WorkflowExecutionFailedEventAttributesWorkflowExecutionFailedEventAttributes. withReason(String reason)The descriptive reason provided for the failure (if any).Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)If the event is of typeWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)If the event is of typeWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-