Uses of Class
org.apache.camel.component.aws2.ddb.Ddb2Configuration
-
Packages that use Ddb2Configuration Package Description org.apache.camel.component.aws2.ddb -
-
Uses of Ddb2Configuration in org.apache.camel.component.aws2.ddb
Fields in org.apache.camel.component.aws2.ddb declared as Ddb2Configuration Modifier and Type Field Description protected Ddb2Configuration
AbstractDdbCommand. configuration
Methods in org.apache.camel.component.aws2.ddb that return Ddb2Configuration Modifier and Type Method Description Ddb2Configuration
Ddb2Configuration. copy()
Ddb2Configuration
Ddb2Component. getConfiguration()
Ddb2Configuration
Ddb2Endpoint. getConfiguration()
protected Ddb2Configuration
Ddb2Producer. getConfiguration()
Methods in org.apache.camel.component.aws2.ddb with parameters of type Ddb2Configuration Modifier and Type Method Description void
Ddb2Component. setConfiguration(Ddb2Configuration configuration)
The component configurationConstructors in org.apache.camel.component.aws2.ddb with parameters of type Ddb2Configuration Constructor Description AbstractDdbCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
BatchGetItemsCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
Ddb2Endpoint(String uri, org.apache.camel.Component component, Ddb2Configuration configuration)
DeleteItemCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
DeleteTableCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
DescribeTableCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
GetItemCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
PutItemCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
QueryCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
ScanCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
UpdateItemCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
UpdateTableCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
-