Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Update |
Update.addExpressionAttributeNamesEntry(String key,
String value)
Add a single ExpressionAttributeNames entry
|
Update |
Update.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
Update |
Update.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
Update |
Update.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.
|
Update |
Update.clearExpressionAttributeValuesEntries()
Removes all the entries added into ExpressionAttributeValues.
|
Update |
Update.clearKeyEntries()
Removes all the entries added into Key.
|
Update |
Update.clone() |
Update |
TransactWriteItem.getUpdate()
A request to perform an
UpdateItem operation. |
Update |
Update.withConditionExpression(String conditionExpression)
A condition that must be satisfied in order for a conditional update to succeed.
|
Update |
Update.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
Update |
Update.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
Update |
Update.withKey(Map<String,AttributeValue> key)
The primary key of the item to be updated.
|
Update |
Update.withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure)
Use
ReturnValuesOnConditionCheckFailure to get the item attributes if the Update
condition fails. |
Update |
Update.withReturnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure)
Use
ReturnValuesOnConditionCheckFailure to get the item attributes if the Update
condition fails. |
Update |
Update.withTableName(String tableName)
Name of the table for the
UpdateItem request. |
Update |
Update.withUpdateExpression(String updateExpression)
An expression that defines one or more attributes to be updated, the action to be performed on them, and new
value(s) for them.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactWriteItem.setUpdate(Update update)
A request to perform an
UpdateItem operation. |
TransactWriteItem |
TransactWriteItem.withUpdate(Update update)
A request to perform an
UpdateItem operation. |
Copyright © 2022. All rights reserved.