Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
-
Packages that use ChildWorkflowExecutionTerminatedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ChildWorkflowExecutionTerminatedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionTerminatedEventAttributes Modifier and Type Method Description ChildWorkflowExecutionTerminatedEventAttributesChildWorkflowExecutionTerminatedEventAttributes. clone()ChildWorkflowExecutionTerminatedEventAttributesHistoryEvent. getChildWorkflowExecutionTerminatedEventAttributes()If the event is of typeChildWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event.ChildWorkflowExecutionTerminatedEventAttributesChildWorkflowExecutionTerminatedEventAttributes. withInitiatedEventId(Long initiatedEventId)The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.ChildWorkflowExecutionTerminatedEventAttributesChildWorkflowExecutionTerminatedEventAttributes. withStartedEventId(Long startedEventId)The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.ChildWorkflowExecutionTerminatedEventAttributesChildWorkflowExecutionTerminatedEventAttributes. withWorkflowExecution(WorkflowExecution workflowExecution)The child workflow execution that was terminated.ChildWorkflowExecutionTerminatedEventAttributesChildWorkflowExecutionTerminatedEventAttributes. withWorkflowType(WorkflowType workflowType)The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionTerminatedEventAttributes Modifier and Type Method Description voidHistoryEvent. setChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes)If the event is of typeChildWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes)If the event is of typeChildWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event.
-