Uses of Class
software.amazon.awssdk.services.lambda.model.InvokeRequest
Packages that use InvokeRequest
Package
Description
-
Uses of InvokeRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type InvokeRequestModifier and TypeMethodDescriptiondefault CompletableFuture<InvokeResponse>LambdaAsyncClient.invoke(InvokeRequest invokeRequest) Invokes a Lambda function.default InvokeResponseLambdaClient.invoke(InvokeRequest invokeRequest) Invokes a Lambda function. -
Uses of InvokeRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type InvokeRequest