Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
DeleteRequest |
DeleteRequest.addKeyEntry(String key,
AttributeValue value)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
DeleteRequest |
DeleteRequest.clearKeyEntries()
Removes all the entries added into Key.
|
DeleteRequest |
DeleteRequest.clone() |
DeleteRequest |
WriteRequest.getDeleteRequest()
A request to perform a DeleteItem operation.
|
DeleteRequest |
DeleteRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
DeleteRequest |
DeleteRequest.withKey(Map<String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteRequest.setDeleteRequest(DeleteRequest deleteRequest)
A request to perform a DeleteItem operation.
|
WriteRequest |
WriteRequest.withDeleteRequest(DeleteRequest deleteRequest)
A request to perform a DeleteItem operation.
|
Constructor and Description |
---|
WriteRequest(DeleteRequest deleteRequest)
Constructs a new WriteRequest object.
|
Copyright © 2015. All rights reserved.