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 WorkflowExecutionSignaledEventAttributes
HistoryEvent. workflowExecutionSignaledEventAttributes()
If the event is of typeWorkflowExecutionSignaled
then 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.Builder
HistoryEvent.Builder. workflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
If the event is of typeWorkflowExecutionSignaled
then this member is set and provides detailed information about the event.
-