| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
| LambdaFunctionScheduledEventDetails | LambdaFunctionScheduledEventDetails. clone() | 
| LambdaFunctionScheduledEventDetails | HistoryEvent. getLambdaFunctionScheduledEventDetails() | 
| LambdaFunctionScheduledEventDetails | LambdaFunctionScheduledEventDetails. withInput(String input)
 The JSON data input to the Lambda function. | 
| LambdaFunctionScheduledEventDetails | LambdaFunctionScheduledEventDetails. withInputDetails(HistoryEventExecutionDataDetails inputDetails)
 Contains details about input for an execution history event. | 
| LambdaFunctionScheduledEventDetails | LambdaFunctionScheduledEventDetails. withResource(String resource)
 The Amazon Resource Name (ARN) of the scheduled Lambda function. | 
| LambdaFunctionScheduledEventDetails | LambdaFunctionScheduledEventDetails. withTaskCredentials(TaskCredentials taskCredentials)
 The credentials that Step Functions uses for the task. | 
| LambdaFunctionScheduledEventDetails | LambdaFunctionScheduledEventDetails. withTimeoutInSeconds(Long timeoutInSeconds)
 The maximum allowed duration of the Lambda function. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails) | 
| HistoryEvent | HistoryEvent. withLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails) | 
Copyright © 2023. All rights reserved.