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 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)
-
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 Ddb2InternalClient
Ddb2ClientFactory. 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.
-