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 SignalExternalWorkflowExecutionInitiatedEventAttributesHistoryEvent. signalExternalWorkflowExecutionInitiatedEventAttributes()If the event is of typeSignalExternalWorkflowExecutionInitiatedthen 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.BuilderHistoryEvent.Builder. signalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)If the event is of typeSignalExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.
-