Class DescribeTableCommand
- java.lang.Object
-
- org.apache.camel.component.aws2.ddb.AbstractDdbCommand
-
- org.apache.camel.component.aws2.ddb.DescribeTableCommand
-
public class DescribeTableCommand extends AbstractDdbCommand
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.aws2.ddb.AbstractDdbCommand
configuration, ddbClient, exchange
-
-
Constructor Summary
Constructors Constructor Description DescribeTableCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.camel.component.aws2.ddb.AbstractDdbCommand
addAttributesToResult, addToResults, determineAttributeNames, determineConsistentRead, determineExclusiveStartKey, determineItem, determineKey, determineLimit, determineReturnValues, determineTableName, determineUpdateCondition, getMessageForResponse
-
-
-
-
Constructor Detail
-
DescribeTableCommand
public DescribeTableCommand(software.amazon.awssdk.services.dynamodb.DynamoDbClient ddbClient, Ddb2Configuration configuration, org.apache.camel.Exchange exchange)
-
-
Method Detail
-
execute
public void execute()
- Specified by:
execute
in classAbstractDdbCommand
-
-