Uses of Class
org.apache.camel.component.aws2.lambda.Lambda2Configuration
-
Packages that use Lambda2Configuration Package Description org.apache.camel.component.aws2.lambda org.apache.camel.component.aws2.lambda.client org.apache.camel.component.aws2.lambda.client.impl -
-
Uses of Lambda2Configuration in org.apache.camel.component.aws2.lambda
Methods in org.apache.camel.component.aws2.lambda that return Lambda2Configuration Modifier and Type Method Description Lambda2ConfigurationLambda2Configuration. copy()Lambda2ConfigurationLambda2Component. getConfiguration()Lambda2ConfigurationLambda2Endpoint. getConfiguration()protected Lambda2ConfigurationLambda2Producer. getConfiguration()Methods in org.apache.camel.component.aws2.lambda with parameters of type Lambda2Configuration Modifier and Type Method Description voidLambda2Component. setConfiguration(Lambda2Configuration configuration)Component configurationConstructors in org.apache.camel.component.aws2.lambda with parameters of type Lambda2Configuration Constructor Description Lambda2Endpoint(String uri, org.apache.camel.Component component, Lambda2Configuration configuration) -
Uses of Lambda2Configuration in org.apache.camel.component.aws2.lambda.client
Methods in org.apache.camel.component.aws2.lambda.client with parameters of type Lambda2Configuration Modifier and Type Method Description static Lambda2InternalClientLambda2ClientFactory. getLambdaClient(Lambda2Configuration configuration)Return the correct AWS Lambda client (based on remote vs local). -
Uses of Lambda2Configuration in org.apache.camel.component.aws2.lambda.client.impl
Constructors in org.apache.camel.component.aws2.lambda.client.impl with parameters of type Lambda2Configuration Constructor Description Lambda2ClientOptimizedImpl(Lambda2Configuration configuration)Constructor that uses the config file.Lambda2ClientStandardImpl(Lambda2Configuration configuration)Constructor that uses the config file.
-