| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | |
| com.amazonaws.services.dynamodbv2.document.spec | 
| Modifier and Type | Method and Description | 
|---|---|
| AttributeUpdate | AttributeUpdate. addElements(Object... newElements) | 
| AttributeUpdate | AttributeUpdate. addNumeric(Number value) | 
| AttributeUpdate | AttributeUpdate. delete() | 
| AttributeUpdate | AttributeUpdate. put(Object attributeValue)Used to update an attribute. | 
| AttributeUpdate | AttributeUpdate. removeElements(Object... elementsToBeRemoved) | 
| 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(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 rangeKeyName,
          Object rangeKeyValue,
          AttributeUpdate... attributeUpdates) | 
| UpdateItemOutcome | Table. updateItem(String hashKeyName,
          Object hashKeyValue,
          String rangeKeyName,
          Object rangeKeyValue,
          Collection<Expected> expected,
          AttributeUpdate... attributeUpdates) | 
| 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(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 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AttributeUpdate> | UpdateItemSpec. getAttributeUpdate() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateItemSpec | UpdateItemSpec. addAttributeUpdate(AttributeUpdate attributeUpdate) | 
| UpdateItemSpec | UpdateItemSpec. withAttributeUpdate(AttributeUpdate... attributeUpdates) | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateItemSpec | UpdateItemSpec. withAttributeUpdate(List<AttributeUpdate> attributeUpdates) | 
Copyright © 2015. All rights reserved.