Uses of Class
org.apache.camel.component.aws2.lambda.Lambda2Configuration
Packages that use Lambda2Configuration
Package
Description
-
Uses of Lambda2Configuration in org.apache.camel.component.aws2.lambda
Methods in org.apache.camel.component.aws2.lambda that return Lambda2ConfigurationModifier and TypeMethodDescriptionLambda2Configuration.copy()
Lambda2Component.getConfiguration()
Lambda2Endpoint.getConfiguration()
protected Lambda2Configuration
Lambda2Producer.getConfiguration()
Methods in org.apache.camel.component.aws2.lambda with parameters of type Lambda2ConfigurationModifier and TypeMethodDescriptionvoid
Lambda2Component.setConfiguration
(Lambda2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.lambda with parameters of type Lambda2ConfigurationModifierConstructorDescriptionLambda2Endpoint
(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 Lambda2ConfigurationModifier and TypeMethodDescriptionstatic 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 Lambda2ConfigurationModifierConstructorDescriptionLambda2ClientIAMProfileOptimizedImpl
(Lambda2Configuration configuration) Constructor that uses the config file.Lambda2ClientOptimizedImpl
(Lambda2Configuration configuration) Constructor that uses the config file.Lambda2ClientStandardImpl
(Lambda2Configuration configuration) Constructor that uses the config file.