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