| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
LambdaFunctionTimedOutEventAttributes | 
LambdaFunctionTimedOutEventAttributes.clone()  | 
LambdaFunctionTimedOutEventAttributes | 
HistoryEvent.getLambdaFunctionTimedOutEventAttributes()
 Provides the details of the  
LambdaFunctionTimedOut event. | 
LambdaFunctionTimedOutEventAttributes | 
LambdaFunctionTimedOutEventAttributes.withScheduledEventId(Long scheduledEventId)
 The ID of the  
LambdaFunctionScheduled event that was recorded when this activity task was scheduled. | 
LambdaFunctionTimedOutEventAttributes | 
LambdaFunctionTimedOutEventAttributes.withStartedEventId(Long startedEventId)
 The ID of the  
ActivityTaskStarted event that was recorded when this activity task started. | 
LambdaFunctionTimedOutEventAttributes | 
LambdaFunctionTimedOutEventAttributes.withTimeoutType(LambdaFunctionTimeoutType timeoutType)
 The type of the timeout that caused this event. 
 | 
LambdaFunctionTimedOutEventAttributes | 
LambdaFunctionTimedOutEventAttributes.withTimeoutType(String timeoutType)
 The type of the timeout that caused this event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes)
 Provides the details of the  
LambdaFunctionTimedOut event. | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes)
 Provides the details of the  
LambdaFunctionTimedOut event. | 
Copyright © 2023. All rights reserved.