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