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