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 ChildWorkflowExecutionTimedOutEventAttributes
HistoryEvent. childWorkflowExecutionTimedOutEventAttributes()
If the event is of typeChildWorkflowExecutionTimedOut
then 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.Builder
HistoryEvent.Builder. childWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes)
If the event is of typeChildWorkflowExecutionTimedOut
then this member is set and provides detailed information about the event.
-