DynamoDBDeleteExpression |
DynamoDBDeleteExpression.addExpressionAttributeNamesEntry(String key,
String value) |
One or more substitution variables for simplifying complex expressions.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.addExpressionAttributeValuesEntry(String key,
AttributeValue value) |
One or more values that can be substituted in an expression.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.clearExpressionAttributeNamesEntries() |
Removes all the entries added into ExpressionAttributeNames.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.clearExpressionAttributeValuesEntries() |
Removes all the entries added into ExpressionAttributeValues.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withConditionalOperator(ConditionalOperator conditionalOperator) |
Sets the logical operator on the expected attribute conditions of this
delete operation and returns a pointer to this object for
method-chaining.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withConditionalOperator(String conditionalOperator) |
Sets the logical operator on the expected attribute conditions of this
delete operation and returns a pointer to this object for
method-chaining.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withConditionExpression(String conditionExpression) |
A condition that must be satisfied in order for a conditional DeleteItem
to succeed.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withExpected(Map<String,ExpectedAttributeValue> expectedAttributes) |
Sets the expected condition to the map of attribute names to expected
attribute values given and returns a pointer to this object for
method-chaining.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withExpectedEntry(String attributeName,
ExpectedAttributeValue expected) |
Adds one entry to the expected conditions and returns a pointer to this
object for method-chaining.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withExpressionAttributeNames(Map<String,String> expressionAttributeNames) |
One or more substitution variables for simplifying complex expressions.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues) |
One or more values that can be substituted in an expression.
|