public class PutItemImpl extends Object implements PutItemApi
PutItemApi.| Constructor and Description | 
|---|
| PutItemImpl(AmazonDynamoDB client,
           Table table) | 
| Modifier and Type | Method and Description | 
|---|---|
| Table | getTable()Returns the owning table. | 
| PutItemOutcome | putItem(Item item)Unconditional put. | 
| PutItemOutcome | putItem(Item item,
       Expected... expected)Conditional put. | 
| PutItemOutcome | putItem(Item item,
       String conditionExpression,
       Map<String,String> nameMap,
       Map<String,Object> valueMap)Conditional put via condition expression. | 
| PutItemOutcome | putItem(PutItemSpec spec)Puts an item by specifying all the details. | 
public PutItemImpl(AmazonDynamoDB client, Table table)
public PutItemOutcome putItem(Item item)
PutItemApiputItem in interface PutItemApipublic PutItemOutcome putItem(Item item, Expected... expected)
PutItemApiputItem in interface PutItemApipublic PutItemOutcome putItem(Item item, String conditionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)
PutItemApiputItem in interface PutItemApipublic PutItemOutcome putItem(PutItemSpec spec)
PutItemApiputItem in interface PutItemApipublic final Table getTable()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.