Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
void |
DynamoDBTableMapper.deleteIfExists(T object)
Deletes the given object from its DynamoDB table with the condition that
the hash and, if applicable, the range key, already exist.
|
void |
DynamoDBTableMapper.saveIfExists(T object)
Saves the object given into DynamoDB with the condition that the hash
and, if applicable, the range key, already exist.
|
void |
DynamoDBTableMapper.saveIfNotExists(T object)
Saves the object given into DynamoDB with the condition that the hash
and if applicable, the range key, does not already exist.
|
Modifier and Type | Method and Description |
---|---|
ConditionalCheckFailedException |
ConditionalCheckFailedException.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
ConditionalCheckFailedException |
ConditionalCheckFailedException.clearItemEntries()
Removes all the entries added into Item.
|
ConditionalCheckFailedException |
ConditionalCheckFailedException.withItem(Map<String,AttributeValue> item)
Item which caused the
ConditionalCheckFailedException . |
Copyright © 2024. All rights reserved.