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