Interface Cw2EndpointBuilderFactory.Cw2Builders

    • Method Detail

      • aws2Cw

        default Cw2EndpointBuilderFactory.Cw2HeaderNameBuilder aws2Cw()
        AWS CloudWatch (camel-aws2-cw) Sending metrics to AWS CloudWatch using AWS SDK version 2.x. Category: cloud,monitoring Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-cw
        Returns:
        the dsl builder for the headers' name.
      • aws2Cw

        default Cw2EndpointBuilderFactory.Cw2EndpointBuilder aws2Cw​(String path)
        AWS CloudWatch (camel-aws2-cw) Sending metrics to AWS CloudWatch using AWS SDK version 2.x. Category: cloud,monitoring Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-cw Syntax: aws2-cw:namespace Path parameter: namespace (required) The metric namespace
        Parameters:
        path - namespace
        Returns:
        the dsl builder
      • aws2Cw

        default Cw2EndpointBuilderFactory.Cw2EndpointBuilder aws2Cw​(String componentName,
                                                                    String path)
        AWS CloudWatch (camel-aws2-cw) Sending metrics to AWS CloudWatch using AWS SDK version 2.x. Category: cloud,monitoring Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-cw Syntax: aws2-cw:namespace Path parameter: namespace (required) The metric namespace
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - namespace
        Returns:
        the dsl builder