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