| Package | Description |
|---|---|
| org.apache.camel.component.aws2.lambda | |
| org.apache.camel.component.aws2.lambda.client | |
| org.apache.camel.component.aws2.lambda.client.impl |
| Modifier and Type | Method and Description |
|---|---|
Lambda2Configuration |
Lambda2Configuration.copy() |
protected Lambda2Configuration |
Lambda2Producer.getConfiguration() |
Lambda2Configuration |
Lambda2Component.getConfiguration() |
Lambda2Configuration |
Lambda2Endpoint.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Lambda2Component.setConfiguration(Lambda2Configuration configuration)
Component configuration
|
| Constructor and Description |
|---|
Lambda2Endpoint(String uri,
org.apache.camel.Component component,
Lambda2Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static Lambda2InternalClient |
Lambda2ClientFactory.getLambdaClient(Lambda2Configuration configuration)
Return the correct AWS Lambda client (based on remote vs local).
|
| Constructor and Description |
|---|
Lambda2ClientOptimizedImpl(Lambda2Configuration configuration)
Constructor that uses the config file.
|
Lambda2ClientStandardImpl(Lambda2Configuration configuration)
Constructor that uses the config file.
|
Apache Camel