| Package | Description |
|---|---|
| org.apache.camel.component.aws2.cw | |
| org.apache.camel.component.aws2.cw.client | |
| org.apache.camel.component.aws2.cw.client.impl |
| Modifier and Type | Method and Description |
|---|---|
Cw2Configuration |
Cw2Configuration.copy() |
protected Cw2Configuration |
Cw2Producer.getConfiguration() |
Cw2Configuration |
Cw2Endpoint.getConfiguration() |
Cw2Configuration |
Cw2Component.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cw2Endpoint.setConfiguration(Cw2Configuration configuration) |
void |
Cw2Component.setConfiguration(Cw2Configuration configuration)
The component configuration
|
| Constructor and Description |
|---|
Cw2Endpoint(String uri,
org.apache.camel.Component component,
Cw2Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static Cw2InternalClient |
Cw2ClientFactory.getCloudWatchClient(Cw2Configuration configuration)
Return the correct AWS Cloud Watch client (based on remote vs local).
|
| Constructor and Description |
|---|
Cw2ClientIAMOptimizedImpl(Cw2Configuration configuration)
Constructor that uses the config file.
|
Cw2ClientStandardImpl(Cw2Configuration configuration)
Constructor that uses the config file.
|
Apache Camel