| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| FunctionEventInvokeConfig | FunctionEventInvokeConfig. clone() | 
| FunctionEventInvokeConfig | FunctionEventInvokeConfig. withDestinationConfig(DestinationConfig destinationConfig)
 A destination for events after they have been sent to a function for processing. | 
| FunctionEventInvokeConfig | FunctionEventInvokeConfig. withFunctionArn(String functionArn)
 The Amazon Resource Name (ARN) of the function. | 
| FunctionEventInvokeConfig | FunctionEventInvokeConfig. withLastModified(Date lastModified)
 The date and time that the configuration was last updated. | 
| FunctionEventInvokeConfig | FunctionEventInvokeConfig. withMaximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
 The maximum age of a request that Lambda sends to a function for processing. | 
| FunctionEventInvokeConfig | FunctionEventInvokeConfig. withMaximumRetryAttempts(Integer maximumRetryAttempts)
 The maximum number of times to retry when the function returns an error. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<FunctionEventInvokeConfig> | ListFunctionEventInvokeConfigsResult. getFunctionEventInvokeConfigs()
 A list of configurations. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListFunctionEventInvokeConfigsResult | ListFunctionEventInvokeConfigsResult. withFunctionEventInvokeConfigs(FunctionEventInvokeConfig... functionEventInvokeConfigs)
 A list of configurations. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ListFunctionEventInvokeConfigsResult. setFunctionEventInvokeConfigs(Collection<FunctionEventInvokeConfig> functionEventInvokeConfigs)
 A list of configurations. | 
| ListFunctionEventInvokeConfigsResult | ListFunctionEventInvokeConfigsResult. withFunctionEventInvokeConfigs(Collection<FunctionEventInvokeConfig> functionEventInvokeConfigs)
 A list of configurations. | 
Copyright © 2020. All rights reserved.