| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
 Classes modeling the various types represented by AmazonSimpleWorkflow. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ScheduleLambdaFunctionFailedEventAttributes | 
ScheduleLambdaFunctionFailedEventAttributes.clone()  | 
ScheduleLambdaFunctionFailedEventAttributes | 
HistoryEvent.getScheduleLambdaFunctionFailedEventAttributes()
Provides details for the  
ScheduleLambdaFunctionFailed
 event. | 
ScheduleLambdaFunctionFailedEventAttributes | 
ScheduleLambdaFunctionFailedEventAttributes.withCause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure. 
 | 
ScheduleLambdaFunctionFailedEventAttributes | 
ScheduleLambdaFunctionFailedEventAttributes.withCause(String cause)
The cause of the failure. 
 | 
ScheduleLambdaFunctionFailedEventAttributes | 
ScheduleLambdaFunctionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the  
DecisionTaskCompleted event corresponding
 to the decision that resulted in the scheduling of this AWS Lambda
 function. | 
ScheduleLambdaFunctionFailedEventAttributes | 
ScheduleLambdaFunctionFailedEventAttributes.withId(String id)
The unique Amazon SWF ID of the AWS Lambda task. 
 | 
ScheduleLambdaFunctionFailedEventAttributes | 
ScheduleLambdaFunctionFailedEventAttributes.withName(String name)
The name of the scheduled AWS Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setScheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes)
Provides details for the  
ScheduleLambdaFunctionFailed
 event. | 
HistoryEvent | 
HistoryEvent.withScheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes)
Provides details for the  
ScheduleLambdaFunctionFailed
 event. | 
Copyright © 2016. All rights reserved.