Interface SdbEndpointBuilderFactory.SdbBuilders

    • Method Detail

      • awsSdb

        default SdbEndpointBuilderFactory.SdbEndpointBuilder awsSdb​(String path)
        AWS SimpleDB (camel-aws-sdb) Store and Retrieve data from/to AWS SDB service. Category: cloud,database,nosql Since: 2.9 Maven coordinates: org.apache.camel:camel-aws-sdb Syntax: aws-sdb:domainName Path parameter: domainName (required) The name of the domain currently worked with.
        Parameters:
        path - domainName
      • awsSdb

        default SdbEndpointBuilderFactory.SdbEndpointBuilder awsSdb​(String componentName,
                                                                    String path)
        AWS SimpleDB (camel-aws-sdb) Store and Retrieve data from/to AWS SDB service. Category: cloud,database,nosql Since: 2.9 Maven coordinates: org.apache.camel:camel-aws-sdb Syntax: aws-sdb:domainName Path parameter: domainName (required) The name of the domain currently worked with.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - domainName