Uses of Class
org.apache.camel.component.aws.ddb.DdbConfiguration

Packages that use DdbConfiguration
org.apache.camel.component.aws.ddb   
 

Uses of DdbConfiguration in org.apache.camel.component.aws.ddb
 

Fields in org.apache.camel.component.aws.ddb declared as DdbConfiguration
protected  DdbConfiguration AbstractDdbCommand.configuration
           
 

Methods in org.apache.camel.component.aws.ddb that return DdbConfiguration
protected  DdbConfiguration DdbProducer.getConfiguration()
           
 DdbConfiguration DdbEndpoint.getConfiguration()
           
 

Constructors in org.apache.camel.component.aws.ddb with parameters of type DdbConfiguration
AbstractDdbCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
BatchGetItemsCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
DdbEndpoint(String uri, org.apache.camel.CamelContext context, DdbConfiguration configuration)
          Deprecated. 
DdbEndpoint(String uri, org.apache.camel.Component component, DdbConfiguration configuration)
           
DeleteItemCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
DeleteTableCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
DescribeTableCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
GetItemCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
PutItemCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
QueryCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
ScanCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
UpdateItemCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
UpdateTableCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
 



Apache Camel