Uses of Interface
software.amazon.awssdk.services.lambda.model.UpdateFunctionEventInvokeConfigRequest.Builder
Packages that use UpdateFunctionEventInvokeConfigRequest.Builder
Package
Description
-
Uses of UpdateFunctionEventInvokeConfigRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type UpdateFunctionEventInvokeConfigRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest) Updates the configuration for asynchronous invocation for a function, version, or alias.LambdaClient.updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest) Updates the configuration for asynchronous invocation for a function, version, or alias. -
Uses of UpdateFunctionEventInvokeConfigRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return UpdateFunctionEventInvokeConfigRequest.BuilderModifier and TypeMethodDescriptionUpdateFunctionEventInvokeConfigRequest.builder()UpdateFunctionEventInvokeConfigRequest.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) A destination for events after they have been sent to a function for processing.UpdateFunctionEventInvokeConfigRequest.Builder.destinationConfig(DestinationConfig destinationConfig) A destination for events after they have been sent to a function for processing.UpdateFunctionEventInvokeConfigRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function, version, or alias.UpdateFunctionEventInvokeConfigRequest.Builder.maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds) The maximum age of a request that Lambda sends to a function for processing.UpdateFunctionEventInvokeConfigRequest.Builder.maximumRetryAttempts(Integer maximumRetryAttempts) The maximum number of times to retry when the function returns an error.UpdateFunctionEventInvokeConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateFunctionEventInvokeConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) A version number or alias name.UpdateFunctionEventInvokeConfigRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type UpdateFunctionEventInvokeConfigRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateFunctionEventInvokeConfigRequest.Builder>UpdateFunctionEventInvokeConfigRequest.serializableBuilderClass()