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