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