Uses of Class
org.apache.camel.component.aws.lambda.LambdaConfiguration
-
-
Uses of LambdaConfiguration in org.apache.camel.component.aws.lambda
Methods in org.apache.camel.component.aws.lambda that return LambdaConfiguration Modifier and Type Method Description LambdaConfiguration
LambdaConfiguration. copy()
LambdaConfiguration
LambdaComponent. getConfiguration()
LambdaConfiguration
LambdaEndpoint. getConfiguration()
protected LambdaConfiguration
LambdaProducer. getConfiguration()
Methods in org.apache.camel.component.aws.lambda with parameters of type LambdaConfiguration Modifier and Type Method Description void
LambdaComponent. setConfiguration(LambdaConfiguration configuration)
The AWS Lambda default configurationConstructors in org.apache.camel.component.aws.lambda with parameters of type LambdaConfiguration Constructor Description LambdaEndpoint(String uri, org.apache.camel.Component component, LambdaConfiguration configuration)
-