Uses of Class
com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
-
Packages that use ContinueAsNewWorkflowExecutionFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ContinueAsNewWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ContinueAsNewWorkflowExecutionFailedEventAttributes Modifier and Type Method Description ContinueAsNewWorkflowExecutionFailedEventAttributesContinueAsNewWorkflowExecutionFailedEventAttributes. clone()ContinueAsNewWorkflowExecutionFailedEventAttributesHistoryEvent. getContinueAsNewWorkflowExecutionFailedEventAttributes()If the event is of typeContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event.ContinueAsNewWorkflowExecutionFailedEventAttributesContinueAsNewWorkflowExecutionFailedEventAttributes. withCause(ContinueAsNewWorkflowExecutionFailedCause cause)The cause of the failure.ContinueAsNewWorkflowExecutionFailedEventAttributesContinueAsNewWorkflowExecutionFailedEventAttributes. withCause(String cause)The cause of the failure.ContinueAsNewWorkflowExecutionFailedEventAttributesContinueAsNewWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theContinueAsNewWorkflowExecutiondecision that started this execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ContinueAsNewWorkflowExecutionFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)If the event is of typeContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)If the event is of typeContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-