Uses of Class
org.apache.camel.component.aws.sdb.SdbConfiguration

Packages that use SdbConfiguration
org.apache.camel.component.aws.sdb   
 

Uses of SdbConfiguration in org.apache.camel.component.aws.sdb
 

Fields in org.apache.camel.component.aws.sdb declared as SdbConfiguration
protected  SdbConfiguration AbstractSdbCommand.configuration
           
 

Methods in org.apache.camel.component.aws.sdb that return SdbConfiguration
protected  SdbConfiguration SdbProducer.getConfiguration()
           
 SdbConfiguration SdbEndpoint.getConfiguration()
           
 

Constructors in org.apache.camel.component.aws.sdb with parameters of type SdbConfiguration
AbstractSdbCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
BatchDeleteAttributesCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
BatchPutAttributesCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
DeleteAttributesCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
DeleteDomainCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
DomainMetadataCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
GetAttributesCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
ListDomainsCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
PutAttributesCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
SdbEndpoint(String uri, org.apache.camel.CamelContext context, SdbConfiguration configuration)
          Deprecated. 
SdbEndpoint(String uri, org.apache.camel.Component component, SdbConfiguration configuration)
           
SelectCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
 



Apache Camel