| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
StaticEndpointBuilders.aws2Lambda(String path)
AWS 2 Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
static Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
StaticEndpointBuilders.aws2Lambda(String componentName,
String path)
AWS 2 Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
| Modifier and Type | Method and Description |
|---|---|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2Builders.aws2Lambda(String path)
AWS 2 Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2Builders.aws2Lambda(String componentName,
String path)
AWS 2 Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder.basic() |
static Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.operation(Lambda2EndpointBuilderFactory.Lambda2Operations operation)
The operation to perform.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.operation(String operation)
The operation to perform.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.pojoRequest(String pojoRequest)
If we want to use a POJO request as body or not.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyPort(String proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyProtocol(Lambda2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.region(String region)
The region in which ECS client needs to work.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
Apache Camel