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 TypeInterfaceDescriptioninterfaceInterface for accessing AWS Lambda asynchronously.Classes in com.amazonaws.services.lambda that implement AWSLambdaModifier and TypeClassDescriptionclassAbstract implementation ofAWSLambda.classAbstract implementation ofAWSLambdaAsync.classInterface for accessing AWS Lambda asynchronously.classClient 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> TCreates a new Lambda invoker implementing the given interface and wrapping the givenAWSLambdaclient.static <T> TLambdaInvokerFactory.build(Class<T> interfaceClass, AWSLambda awsLambda, LambdaInvokerFactoryConfig config) Creates a new Lambda invoker implementing the given interface and wrapping the givenAWSLambdaclient.