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 Lambda2Configuration
Lambda2Configuration. copy()
Lambda2Configuration
Lambda2Component. getConfiguration()
Lambda2Configuration
Lambda2Endpoint. getConfiguration()
protected Lambda2Configuration
Lambda2Producer. getConfiguration()
Methods in org.apache.camel.component.aws2.lambda with parameters of type Lambda2Configuration Modifier and Type Method Description void
Lambda2Component. 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 Lambda2InternalClient
Lambda2ClientFactory. 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.
-