| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFunctionEventInvokeConfigResult | AWSLambdaClient. getFunctionEventInvokeConfig(GetFunctionEventInvokeConfigRequest request)
 Retrieves the configuration for asynchronous invocation for a function, version, or alias. | 
| GetFunctionEventInvokeConfigResult | AbstractAWSLambda. getFunctionEventInvokeConfig(GetFunctionEventInvokeConfigRequest request) | 
| GetFunctionEventInvokeConfigResult | AWSLambda. getFunctionEventInvokeConfig(GetFunctionEventInvokeConfigRequest getFunctionEventInvokeConfigRequest)
 Retrieves the configuration for asynchronous invocation for a function, version, or alias. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<GetFunctionEventInvokeConfigResult> | AbstractAWSLambdaAsync. getFunctionEventInvokeConfigAsync(GetFunctionEventInvokeConfigRequest request,
                                 AsyncHandler<GetFunctionEventInvokeConfigRequest,GetFunctionEventInvokeConfigResult> asyncHandler) | 
| Future<GetFunctionEventInvokeConfigResult> | AWSLambdaAsync. getFunctionEventInvokeConfigAsync(GetFunctionEventInvokeConfigRequest getFunctionEventInvokeConfigRequest,
                                 AsyncHandler<GetFunctionEventInvokeConfigRequest,GetFunctionEventInvokeConfigResult> asyncHandler)
 Retrieves the configuration for asynchronous invocation for a function, version, or alias. | 
| Future<GetFunctionEventInvokeConfigResult> | AWSLambdaAsyncClient. getFunctionEventInvokeConfigAsync(GetFunctionEventInvokeConfigRequest request,
                                 AsyncHandler<GetFunctionEventInvokeConfigRequest,GetFunctionEventInvokeConfigResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFunctionEventInvokeConfigResult | GetFunctionEventInvokeConfigResult. clone() | 
| GetFunctionEventInvokeConfigResult | GetFunctionEventInvokeConfigResult. withDestinationConfig(DestinationConfig destinationConfig)
 A destination for events after they have been sent to a function for processing. | 
| GetFunctionEventInvokeConfigResult | GetFunctionEventInvokeConfigResult. withFunctionArn(String functionArn)
 The Amazon Resource Name (ARN) of the function. | 
| GetFunctionEventInvokeConfigResult | GetFunctionEventInvokeConfigResult. withLastModified(Date lastModified)
 The date and time that the configuration was last updated. | 
| GetFunctionEventInvokeConfigResult | GetFunctionEventInvokeConfigResult. withMaximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
 The maximum age of a request that Lambda sends to a function for processing. | 
| GetFunctionEventInvokeConfigResult | GetFunctionEventInvokeConfigResult. withMaximumRetryAttempts(Integer maximumRetryAttempts)
 The maximum number of times to retry when the function returns an error. | 
Copyright © 2020. All rights reserved.