Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.internal |
Modifier and Type | Method and Description |
---|---|
UpdateItemOutcome |
Table.updateItem(PrimaryKey primaryKey,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
Table.updateItem(PrimaryKey primaryKey,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
Table.updateItem(PrimaryKey primaryKey,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
Table.updateItem(PrimaryKey primaryKey,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
UpdateItemExpressionSpec updateExpressions) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
Table.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
UpdateItemExpressionSpec updateExpressions) |
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,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates)
Updates an item with the attributes specified.
|
UpdateItemOutcome |
UpdateItemApi.updateItem(PrimaryKey primaryKey,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap)
Performs an update on an item in the table using the given update
expression string.
|
UpdateItemOutcome |
UpdateItemApi.updateItem(PrimaryKey primaryKey,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.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(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemApi.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates)
Updates an item with the specified hash-only key and attributes.
|
UpdateItemOutcome |
UpdateItemApi.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
UpdateItemApi.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemApi.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates)
Updates an item with the specified hash key, range key and attributes.
|
UpdateItemOutcome |
UpdateItemApi.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
UpdateItemApi.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.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(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
private UpdateItemOutcome |
UpdateItemImpl.doUpdateItem(UpdateItemSpec spec) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(PrimaryKey primaryKey,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(PrimaryKey primaryKey,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(PrimaryKey primaryKey,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(PrimaryKey primaryKey,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.util.Collection<Expected> expected,
AttributeUpdate... attributeUpdates) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.lang.String updateExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String updateExpression,
java.lang.String conditionExpression,
java.util.Map<java.lang.String,java.lang.String> nameMap,
java.util.Map<java.lang.String,java.lang.Object> valueMap) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(UpdateItemSpec spec) |