Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
PutRequest |
PutRequest.addItemEntry(String key,
AttributeValue value)
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
|
PutRequest |
PutRequest.clearItemEntries()
Removes all the entries added into Item.
|
PutRequest |
WriteRequest.getPutRequest()
A request to perform a PutItem operation.
|
PutRequest |
PutRequest.withItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteRequest.setPutRequest(PutRequest putRequest)
A request to perform a PutItem operation.
|
WriteRequest |
WriteRequest.withPutRequest(PutRequest putRequest)
A request to perform a PutItem operation.
|
Constructor and Description |
---|
WriteRequest(PutRequest putRequest)
Constructs a new WriteRequest object.
|
Copyright © 2015. All rights reserved.