Uses of Class
org.apache.camel.component.aws2.ddb.Ddb2Configuration
Packages that use Ddb2Configuration
Package
Description
-
Uses of Ddb2Configuration in org.apache.camel.component.aws2.ddb
Fields in org.apache.camel.component.aws2.ddb declared as Ddb2ConfigurationMethods in org.apache.camel.component.aws2.ddb that return Ddb2ConfigurationModifier and TypeMethodDescriptionDdb2Configuration.copy()Ddb2Component.getConfiguration()Ddb2Endpoint.getConfiguration()protected Ddb2ConfigurationDdb2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.ddb with parameters of type Ddb2ConfigurationModifier and TypeMethodDescriptionvoidDdb2Component.setConfiguration(Ddb2Configuration configuration) The component configurationConstructors in org.apache.camel.component.aws2.ddb with parameters of type Ddb2ConfigurationModifierConstructorDescriptionAbstractDdbCommand(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) -
Uses of Ddb2Configuration in org.apache.camel.component.aws2.ddb.client
Methods in org.apache.camel.component.aws2.ddb.client with parameters of type Ddb2ConfigurationModifier and TypeMethodDescriptionstatic Ddb2InternalClientDdb2ClientFactory.getDynamoDBClient(Ddb2Configuration configuration) Return the correct AWS DynamoDB client (based on remote vs local). -
Uses of Ddb2Configuration in org.apache.camel.component.aws2.ddb.client.impl
Constructors in org.apache.camel.component.aws2.ddb.client.impl with parameters of type Ddb2ConfigurationModifierConstructorDescriptionDdb2ClientIAMOptimizedImpl(Ddb2Configuration configuration) Constructor that uses the config file.Ddb2ClientStandardImpl(Ddb2Configuration configuration) Constructor that uses the config file.