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