| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
LambdaFunctionScheduledEventAttributes | 
LambdaFunctionScheduledEventAttributes.clone()  | 
LambdaFunctionScheduledEventAttributes | 
HistoryEvent.getLambdaFunctionScheduledEventAttributes()
 Provides the details of the  
LambdaFunctionScheduled event. | 
LambdaFunctionScheduledEventAttributes | 
LambdaFunctionScheduledEventAttributes.withControl(String control)
 Data attached to the event that the decider can use in subsequent workflow tasks. 
 | 
LambdaFunctionScheduledEventAttributes | 
LambdaFunctionScheduledEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  
LambdaFunctionCompleted event corresponding to the decision that resulted in
 scheduling this activity task. | 
LambdaFunctionScheduledEventAttributes | 
LambdaFunctionScheduledEventAttributes.withId(String id)
 The unique ID of the Lambda task. 
 | 
LambdaFunctionScheduledEventAttributes | 
LambdaFunctionScheduledEventAttributes.withInput(String input)
 The input provided to the Lambda task. 
 | 
LambdaFunctionScheduledEventAttributes | 
LambdaFunctionScheduledEventAttributes.withName(String name)
 The name of the Lambda function. 
 | 
LambdaFunctionScheduledEventAttributes | 
LambdaFunctionScheduledEventAttributes.withStartToCloseTimeout(String startToCloseTimeout)
 The maximum amount of time a worker can take to process the Lambda task. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes)
 Provides the details of the  
LambdaFunctionScheduled event. | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes)
 Provides the details of the  
LambdaFunctionScheduled event. | 
Copyright © 2018. All rights reserved.