Uses of Class
org.apache.camel.component.aws.ddb.DdbConfiguration
-
Packages that use DdbConfiguration Package Description 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 Modifier and Type Field Description protected DdbConfigurationAbstractDdbCommand. configurationMethods in org.apache.camel.component.aws.ddb that return DdbConfiguration Modifier and Type Method Description DdbConfigurationDdbConfiguration. copy()DdbConfigurationDdbComponent. getConfiguration()DdbConfigurationDdbEndpoint. getConfiguration()protected DdbConfigurationDdbProducer. getConfiguration()Methods in org.apache.camel.component.aws.ddb with parameters of type DdbConfiguration Modifier and Type Method Description voidDdbComponent. setConfiguration(DdbConfiguration configuration)The component configurationConstructors in org.apache.camel.component.aws.ddb with parameters of type DdbConfiguration Constructor Description AbstractDdbCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)BatchGetItemsCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)DdbEndpoint(String uri, org.apache.camel.Component component, DdbConfiguration configuration)DeleteItemCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)DeleteTableCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)DescribeTableCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)GetItemCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)PutItemCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)QueryCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)ScanCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)UpdateItemCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)UpdateTableCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
-