Uses of Interface
org.apache.camel.builder.endpoint.dsl.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder
Packages that use Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder
-
Uses of Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Lambda2EndpointBuilderFactory.Lambda2EndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.aws2Lambda(String path) AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions.StaticEndpointBuilders.aws2Lambda(String componentName, String path) AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions. -
Uses of Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Lambda2EndpointBuilderFactory.Lambda2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Lambda2EndpointBuilderFactory.Lambda2Builders.aws2Lambda(String path) AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions.Lambda2EndpointBuilderFactory.Lambda2Builders.aws2Lambda(String componentName, String path) AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions.Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder.basic()Lambda2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.operation(org.apache.camel.component.aws2.lambda.Lambda2Operations operation) The operation to perform.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the Lambda client.To define a proxy port when instantiating the Lambda client.To define a proxy port when instantiating the Lambda client.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Lambda client.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Lambda client.The region in which Lambda client needs to work.Amazon AWS Secret Key.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Lambda client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the Lambda client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Lambda client should expect to load credentials through a profile credentials provider.Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Lambda client should expect to load credentials through a profile credentials provider.