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