Uses of Interface
software.amazon.awssdk.services.lambda.model.PutFunctionEventInvokeConfigRequest.Builder
-
Packages that use PutFunctionEventInvokeConfigRequest.Builder Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.model -
-
Uses of PutFunctionEventInvokeConfigRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type PutFunctionEventInvokeConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<PutFunctionEventInvokeConfigResponse>
LambdaAsyncClient. putFunctionEventInvokeConfig(Consumer<PutFunctionEventInvokeConfigRequest.Builder> putFunctionEventInvokeConfigRequest)
Configures options for asynchronous invocation on a function, version, or alias.default PutFunctionEventInvokeConfigResponse
LambdaClient. putFunctionEventInvokeConfig(Consumer<PutFunctionEventInvokeConfigRequest.Builder> putFunctionEventInvokeConfigRequest)
Configures options for asynchronous invocation on a function, version, or alias. -
Uses of PutFunctionEventInvokeConfigRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return PutFunctionEventInvokeConfigRequest.Builder Modifier and Type Method Description static PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest. builder()
default PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest.Builder. destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)
A destination for events after they have been sent to a function for processing.PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest.Builder. destinationConfig(DestinationConfig destinationConfig)
A destination for events after they have been sent to a function for processing.PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest.Builder. functionName(String functionName)
The name or ARN of the Lambda function, version, or alias.PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest.Builder. maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
The maximum age of a request that Lambda sends to a function for processing.PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest.Builder. maximumRetryAttempts(Integer maximumRetryAttempts)
The maximum number of times to retry when the function returns an error.PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest.Builder. qualifier(String qualifier)
A version number or alias name.PutFunctionEventInvokeConfigRequest.Builder
PutFunctionEventInvokeConfigRequest. toBuilder()
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type PutFunctionEventInvokeConfigRequest.Builder Modifier and Type Method Description static Class<? extends PutFunctionEventInvokeConfigRequest.Builder>
PutFunctionEventInvokeConfigRequest. serializableBuilderClass()
-