org.apache.camel.component.aws.ddb
Class PutItemCommand

java.lang.Object
  extended by org.apache.camel.component.aws.ddb.AbstractDdbCommand
      extended by org.apache.camel.component.aws.ddb.PutItemCommand

public class PutItemCommand
extends AbstractDdbCommand


Field Summary
 
Fields inherited from class org.apache.camel.component.aws.ddb.AbstractDdbCommand
configuration, ddbClient, exchange
 
Constructor Summary
PutItemCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient, DdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.camel.component.aws.ddb.AbstractDdbCommand
addAttributesToResult, addToResult, determineAttributeNames, determineConsistentRead, determineItem, determineKey, determineReturnValues, determineTableName, determineUpdateCondition, getMessageForResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutItemCommand

public PutItemCommand(com.amazonaws.services.dynamodb.AmazonDynamoDB ddbClient,
                      DdbConfiguration configuration,
                      org.apache.camel.Exchange exchange)
Method Detail

execute

public void execute()
Specified by:
execute in class AbstractDdbCommand


Apache Camel