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