| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| LambdaFunctionScheduledEventAttributes | LambdaFunctionScheduledEventAttributes. clone() | 
| LambdaFunctionScheduledEventAttributes | HistoryEvent. getLambdaFunctionScheduledEventAttributes() | 
| LambdaFunctionScheduledEventAttributes | LambdaFunctionScheduledEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent for the decision
 that resulted in the scheduling of this AWS Lambda function. | 
| LambdaFunctionScheduledEventAttributes | LambdaFunctionScheduledEventAttributes. withId(String id)
 The unique Amazon SWF ID for the AWS Lambda task. | 
| LambdaFunctionScheduledEventAttributes | LambdaFunctionScheduledEventAttributes. withInput(String input)
 Input provided to the AWS Lambda function. | 
| LambdaFunctionScheduledEventAttributes | LambdaFunctionScheduledEventAttributes. withName(String name)
 The name of the scheduled AWS Lambda function. | 
| LambdaFunctionScheduledEventAttributes | LambdaFunctionScheduledEventAttributes. withStartToCloseTimeout(String startToCloseTimeout)
 The maximum time, in seconds, that the AWS Lambda function can take to
 execute from start to close before it is marked as failed. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes) | 
| HistoryEvent | HistoryEvent. withLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes) | 
Copyright © 2016. All rights reserved.