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