Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateFunctionEventInvokeConfigResponse
-
Packages that use UpdateFunctionEventInvokeConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of UpdateFunctionEventInvokeConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateFunctionEventInvokeConfigResponse Modifier and Type Method Description default UpdateFunctionEventInvokeConfigResponse
LambdaClient. updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias.default UpdateFunctionEventInvokeConfigResponse
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 UpdateFunctionEventInvokeConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateFunctionEventInvokeConfigResponse>
LambdaAsyncClient. updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias.default CompletableFuture<UpdateFunctionEventInvokeConfigResponse>
LambdaAsyncClient. updateFunctionEventInvokeConfig(UpdateFunctionEventInvokeConfigRequest updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias.
-