Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
Packages that use ChildWorkflowExecutionTerminatedEventAttributes
-
Uses of ChildWorkflowExecutionTerminatedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionTerminatedEventAttributesModifier and TypeMethodDescriptionChildWorkflowExecutionTerminatedEventAttributes.clone()
HistoryEvent.getChildWorkflowExecutionTerminatedEventAttributes()
If the event is of typeChildWorkflowExecutionTerminated
then this member is set and provides detailed information about the event.ChildWorkflowExecutionTerminatedEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.ChildWorkflowExecutionTerminatedEventAttributes.withStartedEventId
(Long startedEventId) The ID of theChildWorkflowExecutionStarted
event recorded when this child workflow execution was started.ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowExecution
(WorkflowExecution workflowExecution) The child workflow execution that was terminated.ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionTerminatedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setChildWorkflowExecutionTerminatedEventAttributes
(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes) If the event is of typeChildWorkflowExecutionTerminated
then this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionTerminatedEventAttributes
(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes) If the event is of typeChildWorkflowExecutionTerminated
then this member is set and provides detailed information about the event.