Uses of Class
org.apache.camel.component.aws2.ddb.Ddb2Configuration
-
Packages that use Ddb2Configuration Package Description org.apache.camel.component.aws2.ddb org.apache.camel.component.aws2.ddb.client org.apache.camel.component.aws2.ddb.client.impl -
-
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 Ddb2ConfigurationAbstractDdbCommand. configurationMethods in org.apache.camel.component.aws2.ddb that return Ddb2Configuration Modifier and Type Method Description Ddb2ConfigurationDdb2Configuration. copy()Ddb2ConfigurationDdb2Component. getConfiguration()Ddb2ConfigurationDdb2Endpoint. getConfiguration()protected Ddb2ConfigurationDdb2Producer. getConfiguration()Methods in org.apache.camel.component.aws2.ddb with parameters of type Ddb2Configuration Modifier and Type Method Description voidDdb2Component. 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) -
Uses of Ddb2Configuration in org.apache.camel.component.aws2.ddb.client
Methods in org.apache.camel.component.aws2.ddb.client with parameters of type Ddb2Configuration Modifier and Type Method Description static 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 Ddb2Configuration Constructor Description Ddb2ClientIAMOptimizedImpl(Ddb2Configuration configuration)Constructor that uses the config file.Ddb2ClientStandardImpl(Ddb2Configuration configuration)Constructor that uses the config file.
-