Uses of Interface
com.amazonaws.services.lambda.AWSLambda
Packages that use AWSLambda
Package
Description
A higher-level wrapper for AWS Lambda's Invoke operation.
-
Uses of AWSLambda in com.amazonaws.services.lambda
Subinterfaces of AWSLambda in com.amazonaws.services.lambdaModifier and TypeInterfaceDescriptioninterface
Interface for accessing AWS Lambda asynchronously.Classes in com.amazonaws.services.lambda that implement AWSLambdaModifier and TypeClassDescriptionclass
Abstract implementation ofAWSLambda
.class
Abstract implementation ofAWSLambdaAsync
.class
Interface for accessing AWS Lambda asynchronously.class
Client for accessing AWS Lambda. -
Uses of AWSLambda in com.amazonaws.services.lambda.invoke
Methods in com.amazonaws.services.lambda.invoke with parameters of type AWSLambdaModifier and TypeMethodDescriptionstatic <T> T
Creates a new Lambda invoker implementing the given interface and wrapping the givenAWSLambda
client.static <T> T
LambdaInvokerFactory.build
(Class<T> interfaceClass, AWSLambda awsLambda, LambdaInvokerFactoryConfig config) Creates a new Lambda invoker implementing the given interface and wrapping the givenAWSLambda
client.