| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFunctionEventInvokeConfigRequest | 
UpdateFunctionEventInvokeConfigRequest.clone()  | 
UpdateFunctionEventInvokeConfigRequest | 
UpdateFunctionEventInvokeConfigRequest.withDestinationConfig(DestinationConfig destinationConfig)
 A destination for events after they have been sent to a function for processing. 
 | 
UpdateFunctionEventInvokeConfigRequest | 
UpdateFunctionEventInvokeConfigRequest.withFunctionName(String functionName)
 The name of the Lambda function, version, or alias. 
 | 
UpdateFunctionEventInvokeConfigRequest | 
UpdateFunctionEventInvokeConfigRequest.withMaximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
 The maximum age of a request that Lambda sends to a function for processing. 
 | 
UpdateFunctionEventInvokeConfigRequest | 
UpdateFunctionEventInvokeConfigRequest.withMaximumRetryAttempts(Integer maximumRetryAttempts)
 The maximum number of times to retry when the function returns an error. 
 | 
UpdateFunctionEventInvokeConfigRequest | 
UpdateFunctionEventInvokeConfigRequest.withQualifier(String qualifier)
 A version number or alias name. 
 | 
Copyright © 2023. All rights reserved.