Uses of Class
software.amazon.awssdk.services.swf.model.SignalExternalWorkflowExecutionFailedEventAttributes
-
Packages that use SignalExternalWorkflowExecutionFailedEventAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of SignalExternalWorkflowExecutionFailedEventAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return SignalExternalWorkflowExecutionFailedEventAttributes Modifier and Type Method Description SignalExternalWorkflowExecutionFailedEventAttributesHistoryEvent. signalExternalWorkflowExecutionFailedEventAttributes()If the event is of typeSignalExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.Methods in software.amazon.awssdk.services.swf.model with parameters of type SignalExternalWorkflowExecutionFailedEventAttributes Modifier and Type Method Description HistoryEvent.BuilderHistoryEvent.Builder. signalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)If the event is of typeSignalExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-