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 LambdaInvokerFactoryConfig
LambdaInvokerFactoryConfig. 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> T
LambdaInvokerFactory. build(Class<T> interfaceClass, AWSLambda awsLambda, LambdaInvokerFactoryConfig config)
Creates a new Lambda invoker implementing the given interface and wrapping the givenAWSLambda
client.String
DefaultLambdaFunctionNameResolver. getFunctionName(Method method, LambdaFunction annotation, LambdaInvokerFactoryConfig config)
String
LambdaFunctionNameResolver. getFunctionName(Method method, LambdaFunction annotation, LambdaInvokerFactoryConfig config)
-