public static interface Cw2EndpointBuilderFactory.Cw2Builders
| Modifier and Type | Method and Description |
|---|---|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
aws2Cw(String path)
AWS 2 CloudWatch (camel-aws2-cw)
Sending metrics to AWS CloudWatch using AWS SDK version 2.x.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
aws2Cw(String componentName,
String path)
AWS 2 CloudWatch (camel-aws2-cw)
Sending metrics to AWS CloudWatch using AWS SDK version 2.x.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder aws2Cw(String path)
aws2-cw:namespace
Path parameter: namespace (required)
The metric namespacepath - namespacedefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder aws2Cw(String componentName, String path)
aws2-cw:namespace
Path parameter: namespace (required)
The metric namespacecomponentName - to use a custom component name for the endpoint
instead of the default namepath - namespaceApache Camel