Class ScanCommand
- java.lang.Object
-
- org.apache.camel.component.aws.ddb.AbstractDdbCommand
-
- org.apache.camel.component.aws.ddb.ScanCommand
-
public class ScanCommand extends AbstractDdbCommand
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.aws.ddb.AbstractDdbCommand
configuration, ddbClient, exchange
-
-
Constructor Summary
Constructors Constructor Description ScanCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration 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.aws.ddb.AbstractDdbCommand
addAttributesToResult, addToResults, determineAttributeNames, determineConsistentRead, determineExclusiveStartKey, determineItem, determineKey, determineLimit, determineReturnValues, determineTableName, determineUpdateCondition, getMessageForResponse
-
-
-
-
Constructor Detail
-
ScanCommand
public ScanCommand(com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
-
-
Method Detail
-
execute
public void execute()
- Specified by:
execute
in classAbstractDdbCommand
-
-