| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| SignalExternalWorkflowExecutionFailedEventAttributes | SignalExternalWorkflowExecutionFailedEventAttributes. clone() | 
| SignalExternalWorkflowExecutionFailedEventAttributes | HistoryEvent. getSignalExternalWorkflowExecutionFailedEventAttributes()
 If the event is of type  SignalExternalWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | SignalExternalWorkflowExecutionFailedEventAttributes. withCause(SignalExternalWorkflowExecutionFailedCause cause)
 The cause of the failure. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | SignalExternalWorkflowExecutionFailedEventAttributes. withCause(String cause)
 The cause of the failure. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | SignalExternalWorkflowExecutionFailedEventAttributes. withControl(String control)
 The data attached to the event that the decider can use in subsequent workflow tasks. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | SignalExternalWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | SignalExternalWorkflowExecutionFailedEventAttributes. withInitiatedEventId(Long initiatedEventId)
 The ID of the  SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | SignalExternalWorkflowExecutionFailedEventAttributes. withRunId(String runId)
 The  runIdof the external workflow execution that the signal was being delivered to. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | SignalExternalWorkflowExecutionFailedEventAttributes. withWorkflowId(String workflowId)
 The  workflowIdof the external workflow execution that the signal was being delivered to. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
 If the event is of type  SignalExternalWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
| HistoryEvent | HistoryEvent. withSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
 If the event is of type  SignalExternalWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
Copyright © 2020. All rights reserved.