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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return CompleteWorkflowExecutionFailedEventAttributes
 CompleteWorkflowExecutionFailedEventAttributes HistoryEvent.getCompleteWorkflowExecutionFailedEventAttributes()
          If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedEventAttributes.withCause(CompleteWorkflowExecutionFailedCause cause)
          The cause of the failure.
 CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedEventAttributes.withCause(String cause)
          The cause of the failure.
 CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CompleteWorkflowExecutionFailedEventAttributes
 void HistoryEvent.setCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)
          If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)
          If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.