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