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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return SignalExternalWorkflowExecutionFailedEventAttributes
 SignalExternalWorkflowExecutionFailedEventAttributes HistoryEvent.getSignalExternalWorkflowExecutionFailedEventAttributes()
          If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedEventAttributes.withCause(SignalExternalWorkflowExecutionFailedCause cause)
          The cause of the failure to process the decision.
 SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedEventAttributes.withCause(String cause)
          The cause of the failure to process the decision.
 SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedEventAttributes.withControl(String control)
          Sets the value of the Control property for this object.
 SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal.
 SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId)
          The id of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal.
 SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedEventAttributes.withRunId(String runId)
          The runId of the external workflow execution that the signal was being delivered to.
 SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedEventAttributes.withWorkflowId(String workflowId)
          The workflowId of the external workflow execution that the signal was being delivered to.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type SignalExternalWorkflowExecutionFailedEventAttributes
 void HistoryEvent.setSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
          If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
          If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.