| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ChildWorkflowExecutionTimedOutEventAttributes | ChildWorkflowExecutionTimedOutEventAttributes. clone() | 
| ChildWorkflowExecutionTimedOutEventAttributes | HistoryEvent. getChildWorkflowExecutionTimedOutEventAttributes()
 If the event is of type  ChildWorkflowExecutionTimedOutthen this member is set and provides detailed
 information about the event. | 
| ChildWorkflowExecutionTimedOutEventAttributes | ChildWorkflowExecutionTimedOutEventAttributes. withInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| ChildWorkflowExecutionTimedOutEventAttributes | ChildWorkflowExecutionTimedOutEventAttributes. withStartedEventId(Long startedEventId)
 The ID of the  ChildWorkflowExecutionStartedevent recorded when this child workflow execution was
 started. | 
| ChildWorkflowExecutionTimedOutEventAttributes | ChildWorkflowExecutionTimedOutEventAttributes. withTimeoutType(String timeoutType)
 The type of the timeout that caused the child workflow execution to time out. | 
| ChildWorkflowExecutionTimedOutEventAttributes | ChildWorkflowExecutionTimedOutEventAttributes. withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
 The type of the timeout that caused the child workflow execution to time out. | 
| ChildWorkflowExecutionTimedOutEventAttributes | ChildWorkflowExecutionTimedOutEventAttributes. withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that timed out. | 
| ChildWorkflowExecutionTimedOutEventAttributes | ChildWorkflowExecutionTimedOutEventAttributes. withWorkflowType(WorkflowType workflowType)
 The type of the child workflow execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes)
 If the event is of type  ChildWorkflowExecutionTimedOutthen this member is set and provides detailed
 information about the event. | 
| HistoryEvent | HistoryEvent. withChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes)
 If the event is of type  ChildWorkflowExecutionTimedOutthen this member is set and provides detailed
 information about the event. | 
Copyright © 2020. All rights reserved.