Uses of Class
com.amazonaws.services.lambda.invoke.LambdaInvokerFactoryConfig
-
Packages that use LambdaInvokerFactoryConfig Package Description com.amazonaws.services.lambda.invoke A higher-level wrapper for AWS Lambda's Invoke operation. -
-
Uses of LambdaInvokerFactoryConfig in com.amazonaws.services.lambda.invoke
Methods in com.amazonaws.services.lambda.invoke that return LambdaInvokerFactoryConfig Modifier and Type Method Description LambdaInvokerFactoryConfigLambdaInvokerFactoryConfig. withLambdaFunctionNameResolver(LambdaFunctionNameResolver functionNameResolver)Sets a new Function name resolver to override the default behavior.Methods in com.amazonaws.services.lambda.invoke with parameters of type LambdaInvokerFactoryConfig Modifier and Type Method Description static <T> TLambdaInvokerFactory. build(Class<T> interfaceClass, AWSLambda awsLambda, LambdaInvokerFactoryConfig config)Creates a new Lambda invoker implementing the given interface and wrapping the givenAWSLambdaclient.StringDefaultLambdaFunctionNameResolver. getFunctionName(Method method, LambdaFunction annotation, LambdaInvokerFactoryConfig config)StringLambdaFunctionNameResolver. getFunctionName(Method method, LambdaFunction annotation, LambdaInvokerFactoryConfig config)
-