| 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  
ChildWorkflowExecutionTimedOut then this member is set and provides detailed
 information about the event. | 
ChildWorkflowExecutionTimedOutEventAttributes | 
ChildWorkflowExecutionTimedOutEventAttributes.withInitiatedEventId(Long initiatedEventId)
 The ID of the  
StartChildWorkflowExecutionInitiated event corresponding to the
 StartChildWorkflowExecution Decision to start this child workflow execution. | 
ChildWorkflowExecutionTimedOutEventAttributes | 
ChildWorkflowExecutionTimedOutEventAttributes.withStartedEventId(Long startedEventId)
 The ID of the  
ChildWorkflowExecutionStarted event 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  
ChildWorkflowExecutionTimedOut then this member is set and provides detailed
 information about the event. | 
HistoryEvent | 
HistoryEvent.withChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes)
 If the event is of type  
ChildWorkflowExecutionTimedOut then this member is set and provides detailed
 information about the event. | 
Copyright © 2024. All rights reserved.