Uses of Class
software.amazon.awssdk.services.lambda.model.PutFunctionEventInvokeConfigResponse
-
Packages that use PutFunctionEventInvokeConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of PutFunctionEventInvokeConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return PutFunctionEventInvokeConfigResponse Modifier and Type Method Description default PutFunctionEventInvokeConfigResponse
LambdaClient. putFunctionEventInvokeConfig(Consumer<PutFunctionEventInvokeConfigRequest.Builder> putFunctionEventInvokeConfigRequest)
Configures options for asynchronous invocation on a function, version, or alias.default PutFunctionEventInvokeConfigResponse
LambdaClient. putFunctionEventInvokeConfig(PutFunctionEventInvokeConfigRequest putFunctionEventInvokeConfigRequest)
Configures options for asynchronous invocation on a function, version, or alias.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type PutFunctionEventInvokeConfigResponse 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 CompletableFuture<PutFunctionEventInvokeConfigResponse>
LambdaAsyncClient. putFunctionEventInvokeConfig(PutFunctionEventInvokeConfigRequest putFunctionEventInvokeConfigRequest)
Configures options for asynchronous invocation on a function, version, or alias.
-