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