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 interfaceAWSLambdaAsyncInterface for accessing AWS Lambda asynchronously.Classes in com.amazonaws.services.lambda that implement AWSLambda Modifier and Type Class Description classAbstractAWSLambdaAbstract implementation ofAWSLambda.classAbstractAWSLambdaAsyncAbstract implementation ofAWSLambdaAsync.classAWSLambdaAsyncClientInterface for accessing AWS Lambda asynchronously.classAWSLambdaClientClient 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> TLambdaInvokerFactory. build(Class<T> interfaceClass, AWSLambda awsLambda)Creates 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.
-