Uses of Class
com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
Packages that use SignalExternalWorkflowExecutionFailedEventAttributes
-
Uses of SignalExternalWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return SignalExternalWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionSignalExternalWorkflowExecutionFailedEventAttributes.clone()
HistoryEvent.getSignalExternalWorkflowExecutionFailedEventAttributes()
If the event is of typeSignalExternalWorkflowExecutionFailed
then this member is set and provides detailed information about the event.SignalExternalWorkflowExecutionFailedEventAttributes.withCause
(SignalExternalWorkflowExecutionFailedCause cause) The cause of the failure.The cause of the failure.SignalExternalWorkflowExecutionFailedEventAttributes.withControl
(String control) SignalExternalWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theSignalExternalWorkflowExecution
decision for this signal.SignalExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theSignalExternalWorkflowExecutionInitiated
event corresponding to theSignalExternalWorkflowExecution
decision to request this signal.TherunId
of the external workflow execution that the signal was being delivered to.SignalExternalWorkflowExecutionFailedEventAttributes.withWorkflowId
(String workflowId) TheworkflowId
of the external workflow execution that the signal was being delivered to.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type SignalExternalWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setSignalExternalWorkflowExecutionFailedEventAttributes
(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes) If the event is of typeSignalExternalWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent.withSignalExternalWorkflowExecutionFailedEventAttributes
(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes) If the event is of typeSignalExternalWorkflowExecutionFailed
then this member is set and provides detailed information about the event.