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