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