| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
ChildWorkflowExecutionTerminatedEventAttributes | 
ChildWorkflowExecutionTerminatedEventAttributes.clone()  | 
ChildWorkflowExecutionTerminatedEventAttributes | 
HistoryEvent.getChildWorkflowExecutionTerminatedEventAttributes()
 If the event is of type  
ChildWorkflowExecutionTerminated then this member is set and provides
 detailed information about the event. | 
ChildWorkflowExecutionTerminatedEventAttributes | 
ChildWorkflowExecutionTerminatedEventAttributes.withInitiatedEventId(Long initiatedEventId)
 The ID of the  
StartChildWorkflowExecutionInitiated event corresponding to the
 StartChildWorkflowExecution Decision to start this child workflow execution. | 
ChildWorkflowExecutionTerminatedEventAttributes | 
ChildWorkflowExecutionTerminatedEventAttributes.withStartedEventId(Long startedEventId)
 The ID of the  
ChildWorkflowExecutionStarted event recorded when this child workflow execution was
 started. | 
ChildWorkflowExecutionTerminatedEventAttributes | 
ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was terminated. 
 | 
ChildWorkflowExecutionTerminatedEventAttributes | 
ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowType(WorkflowType workflowType)
 The type of the child workflow execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes)
 If the event is of type  
ChildWorkflowExecutionTerminated then this member is set and provides
 detailed information about the event. | 
HistoryEvent | 
HistoryEvent.withChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes)
 If the event is of type  
ChildWorkflowExecutionTerminated then this member is set and provides
 detailed information about the event. | 
Copyright © 2018. All rights reserved.