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