Uses of Class
com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes

Packages that use ContinueAsNewWorkflowExecutionFailedEventAttributes
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of ContinueAsNewWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return ContinueAsNewWorkflowExecutionFailedEventAttributes
 ContinueAsNewWorkflowExecutionFailedEventAttributes HistoryEvent.getContinueAsNewWorkflowExecutionFailedEventAttributes()
          If the event is of type ContinueAsNewWorkflowExecutionFailed 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 the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ContinueAsNewWorkflowExecutionFailedEventAttributes
 void HistoryEvent.setContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
          If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
          If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.