| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateItemOutcome | Table. updateItem(PrimaryKey primaryKey,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | Table. updateItem(PrimaryKey primaryKey,
          Collection<Expected> expected,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | Table. updateItem(PrimaryKey primaryKey,
          String updateExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap) | 
| UpdateItemOutcome | Table. updateItem(PrimaryKey primaryKey,
          String updateExpression,
          String conditionExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          Collection<Expected> expected,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          String updateExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          Collection<Expected> expected,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          String updateExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          String updateExpression,
          String conditionExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          String updateExpression,
          String conditionExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap) | 
| UpdateItemOutcome | Table. updateItem(UpdateItemSpec updateItemSpec) | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateItemOutcome | UpdateItemApi. updateItem(PrimaryKey primaryKey,
          AttributeUpdate... attributeUpdates)Updates an item with the attributes specified. | 
| UpdateItemOutcome | UpdateItemApi. updateItem(PrimaryKey primaryKey,
          Collection<Expected> expected,
          AttributeUpdate... attributeUpdates)Updates an item with the attributes specified. | 
| UpdateItemOutcome | UpdateItemApi. updateItem(PrimaryKey primaryKey,
          String updateExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap)Performs an update on an item in the table using the given update
 expression string. | 
| UpdateItemOutcome | UpdateItemApi. updateItem(PrimaryKey primaryKey,
          String updateExpression,
          String conditionExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap)Updates an item with the specified primary key using the given
 update expression provided the condition expression evaluates to true. | 
| UpdateItemOutcome | UpdateItemApi. updateItem(String hashKeyName,
          Object hashKeyValue,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | UpdateItemApi. updateItem(String hashKeyName,
          Object hashKeyValue,
          Collection<Expected> expected,
          AttributeUpdate... attributeUpdates)Updates an item with the specified hash-only key and attributes. | 
| UpdateItemOutcome | UpdateItemApi. updateItem(String hashKeyName,
          Object hashKeyValue,
          String updateExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap) | 
| UpdateItemOutcome | UpdateItemApi. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | UpdateItemApi. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          Collection<Expected> expected,
          AttributeUpdate... attributeUpdates)Updates an item with the specified hash key, range key and attributes. | 
| UpdateItemOutcome | UpdateItemApi. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          String updateExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap) | 
| UpdateItemOutcome | UpdateItemApi. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          String updateExpression,
          String conditionExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap)Updates an item with the specified hash key and range key using the given
 update expression provided the condition expression evaluates to true. | 
| UpdateItemOutcome | UpdateItemApi. updateItem(String hashKeyName,
          Object hashKeyValue,
          String updateExpression,
          String conditionExpression,
          Map<String,String> nameMap,
          Map<String,Object> valueMap)Updates an item with the specified hash key using the given
 update expression provided the condition expression evaluates to true. | 
| UpdateItemOutcome | UpdateItemApi. updateItem(UpdateItemSpec updateItemSpec)Performs an update on an item in the table by specifying all the details. | 
Copyright © 2015. All rights reserved.