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 |
---|---|
static Map<String,AttributeValueUpdate> |
ItemUtils.toAttributeValueUpdate(List<AttributeUpdate> attributesToUpdate)
Converts a list of
AttributeUpdate into the low-level
representation; or null if the input is null. |
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 |
---|---|
UpdateItemOutcome |
UpdateItemImpl.updateItem(PrimaryKey primaryKey,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(PrimaryKey primaryKey,
Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(String hashKeyName,
Object hashKeyValue,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(String hashKeyName,
Object hashKeyValue,
Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
Modifier and Type | Method and Description |
---|---|
static Map<String,AttributeValueUpdate> |
InternalUtils.toAttributeValueUpdate(List<AttributeUpdate> attributesToUpdate)
Deprecated.
Converts a list of
AttributeUpdate into the low-level
representation; or null if the input is null. |
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 © 2019. All rights reserved.