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 WorkflowExecutionTimedOutEventAttributesHistoryEvent. workflowExecutionTimedOutEventAttributes()If the event is of typeWorkflowExecutionTimedOutthen 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.BuilderHistoryEvent.Builder. workflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes)If the event is of typeWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event.
-