Uses of Interface
com.amazonaws.services.lambda.AWSLambda
-
Packages that use AWSLambda Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.invoke 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.lambda Modifier and Type Interface Description interface
AWSLambdaAsync
Interface for accessing AWS Lambda asynchronously.Classes in com.amazonaws.services.lambda that implement AWSLambda Modifier and Type Class Description class
AbstractAWSLambda
Abstract implementation ofAWSLambda
.class
AbstractAWSLambdaAsync
Abstract implementation ofAWSLambdaAsync
.class
AWSLambdaAsyncClient
Interface for accessing AWS Lambda asynchronously.class
AWSLambdaClient
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 AWSLambda Modifier and Type Method Description static <T> T
LambdaInvokerFactory. build(Class<T> interfaceClass, AWSLambda awsLambda)
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.
-