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 DdbConfiguration
AbstractDdbCommand. configuration
Methods in org.apache.camel.component.aws.ddb that return DdbConfiguration Modifier and Type Method Description DdbConfiguration
DdbConfiguration. copy()
DdbConfiguration
DdbComponent. getConfiguration()
DdbConfiguration
DdbEndpoint. getConfiguration()
protected DdbConfiguration
DdbProducer. getConfiguration()
Methods in org.apache.camel.component.aws.ddb with parameters of type DdbConfiguration Modifier and Type Method Description void
DdbComponent. 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)
-