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 typeSignalExternalWorkflowExecutionFailedthen 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 theDecisionTaskCompletedevent corresponding to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal.SignalExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId) The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal.TherunIdof the external workflow execution that the signal was being delivered to.SignalExternalWorkflowExecutionFailedEventAttributes.withWorkflowId(String workflowId) TheworkflowIdof the external workflow execution that the signal was being delivered to.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type SignalExternalWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes) If the event is of typeSignalExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEvent.withSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes) If the event is of typeSignalExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.