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