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 ExternalWorkflowExecutionSignaledEventAttributesHistoryEvent. externalWorkflowExecutionSignaledEventAttributes()If the event is of typeExternalWorkflowExecutionSignaledthen 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.BuilderHistoryEvent.Builder. externalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)If the event is of typeExternalWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.
-