Interface Sns2EndpointBuilderFactory.Sns2Builders

    • Method Detail

      • aws2Sns

        default Sns2EndpointBuilderFactory.Sns2HeaderNameBuilder aws2Sns()
        AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to an AWS Simple Notification Topic using AWS SDK version 2.x. Category: cloud,messaging,mobile Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sns
        Returns:
        the dsl builder for the headers' name.
      • aws2Sns

        default Sns2EndpointBuilderFactory.Sns2EndpointBuilder aws2Sns​(String path)
        AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to an AWS Simple Notification Topic using AWS SDK version 2.x. Category: cloud,messaging,mobile Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sns Syntax: aws2-sns:topicNameOrArn Path parameter: topicNameOrArn (required) Topic name or ARN
        Parameters:
        path - topicNameOrArn
        Returns:
        the dsl builder
      • aws2Sns

        default Sns2EndpointBuilderFactory.Sns2EndpointBuilder aws2Sns​(String componentName,
                                                                       String path)
        AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to an AWS Simple Notification Topic using AWS SDK version 2.x. Category: cloud,messaging,mobile Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sns Syntax: aws2-sns:topicNameOrArn Path parameter: topicNameOrArn (required) Topic name or ARN
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - topicNameOrArn
        Returns:
        the dsl builder