| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
WorkflowExecutionTerminatedEventAttributes | 
WorkflowExecutionTerminatedEventAttributes.clone()  | 
WorkflowExecutionTerminatedEventAttributes | 
HistoryEvent.getWorkflowExecutionTerminatedEventAttributes()
 If the event is of type  
WorkflowExecutionTerminated then this member is set and provides detailed
 information about the event. | 
WorkflowExecutionTerminatedEventAttributes | 
WorkflowExecutionTerminatedEventAttributes.withCause(String cause)
 If set, indicates that the workflow execution was automatically terminated, and specifies the cause. 
 | 
WorkflowExecutionTerminatedEventAttributes | 
WorkflowExecutionTerminatedEventAttributes.withCause(WorkflowExecutionTerminatedCause cause)
 If set, indicates that the workflow execution was automatically terminated, and specifies the cause. 
 | 
WorkflowExecutionTerminatedEventAttributes | 
WorkflowExecutionTerminatedEventAttributes.withChildPolicy(ChildPolicy childPolicy)
 The policy used for the child workflow executions of this workflow execution. 
 | 
WorkflowExecutionTerminatedEventAttributes | 
WorkflowExecutionTerminatedEventAttributes.withChildPolicy(String childPolicy)
 The policy used for the child workflow executions of this workflow execution. 
 | 
WorkflowExecutionTerminatedEventAttributes | 
WorkflowExecutionTerminatedEventAttributes.withDetails(String details)
 The details provided for the termination. 
 | 
WorkflowExecutionTerminatedEventAttributes | 
WorkflowExecutionTerminatedEventAttributes.withReason(String reason)
 The reason provided for the termination. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes)
 If the event is of type  
WorkflowExecutionTerminated then this member is set and provides detailed
 information about the event. | 
HistoryEvent | 
HistoryEvent.withWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes)
 If the event is of type  
WorkflowExecutionTerminated then this member is set and provides detailed
 information about the event. | 
Copyright © 2018. All rights reserved.