Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateFunctionEventInvokeConfigResponse
Packages that use UpdateFunctionEventInvokeConfigResponse
-
Uses of UpdateFunctionEventInvokeConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateFunctionEventInvokeConfigResponseModifier and TypeMethodDescriptionLambdaClient.updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest) Updates the configuration for asynchronous invocation for a function, version, or alias.LambdaClient.updateFunctionEventInvokeConfig(UpdateFunctionEventInvokeConfigRequest updateFunctionEventInvokeConfigRequest) Updates the configuration for asynchronous invocation for a function, version, or alias.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UpdateFunctionEventInvokeConfigResponseModifier and TypeMethodDescriptionLambdaAsyncClient.updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest) Updates the configuration for asynchronous invocation for a function, version, or alias.LambdaAsyncClient.updateFunctionEventInvokeConfig(UpdateFunctionEventInvokeConfigRequest updateFunctionEventInvokeConfigRequest) Updates the configuration for asynchronous invocation for a function, version, or alias.