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 ContinueAsNewWorkflowExecutionFailedEventAttributes
ContinueAsNewWorkflowExecutionFailedEventAttributes. clone()
ContinueAsNewWorkflowExecutionFailedEventAttributes
HistoryEvent. getContinueAsNewWorkflowExecutionFailedEventAttributes()
If the event is of typeContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the event.ContinueAsNewWorkflowExecutionFailedEventAttributes
ContinueAsNewWorkflowExecutionFailedEventAttributes. withCause(ContinueAsNewWorkflowExecutionFailedCause cause)
The cause of the failure.ContinueAsNewWorkflowExecutionFailedEventAttributes
ContinueAsNewWorkflowExecutionFailedEventAttributes. withCause(String cause)
The cause of the failure.ContinueAsNewWorkflowExecutionFailedEventAttributes
ContinueAsNewWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theContinueAsNewWorkflowExecution
decision that started this execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ContinueAsNewWorkflowExecutionFailedEventAttributes Modifier and Type Method Description void
HistoryEvent. setContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
If the event is of typeContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
If the event is of typeContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the event.
-