Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionEventInvokeConfigResult> |
AWSLambdaAsyncClient.getFunctionEventInvokeConfigAsync(GetFunctionEventInvokeConfigRequest request,
AsyncHandler<GetFunctionEventInvokeConfigRequest,GetFunctionEventInvokeConfigResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
GetFunctionEventInvokeConfigRequest |
GetFunctionEventInvokeConfigRequest.clone() |
GetFunctionEventInvokeConfigRequest |
GetFunctionEventInvokeConfigRequest.withFunctionName(String functionName)
The name of the Lambda function, version, or alias.
|
GetFunctionEventInvokeConfigRequest |
GetFunctionEventInvokeConfigRequest.withQualifier(String qualifier)
A version number or alias name.
|
Copyright © 2023. All rights reserved.