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 Lambda2ConfigurationLambda2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.lambda with parameters of type Lambda2ConfigurationModifier and TypeMethodDescriptionvoidLambda2Component.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 software.amazon.awssdk.services.lambda.LambdaClientLambda2ClientFactory.getLambdaClient(Lambda2Configuration configuration) Create a Lambda client based on configuration.