| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
ItemResponse |
ItemResponse.addItemEntry(String key,
AttributeValue value) |
ItemResponse |
ItemResponse.clearItemEntries()
Removes all the entries added into Item.
|
ItemResponse |
ItemResponse.clone() |
ItemResponse |
ItemResponse.withItem(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemResponse> |
TransactGetItemsResult.getResponses()
An ordered array of up to 25
ItemResponse objects, each of which corresponds to the
TransactGetItem object in the same position in the TransactItems array. |
| Modifier and Type | Method and Description |
|---|---|
TransactGetItemsResult |
TransactGetItemsResult.withResponses(ItemResponse... responses)
An ordered array of up to 25
ItemResponse objects, each of which corresponds to the
TransactGetItem object in the same position in the TransactItems array. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactGetItemsResult.setResponses(Collection<ItemResponse> responses)
An ordered array of up to 25
ItemResponse objects, each of which corresponds to the
TransactGetItem object in the same position in the TransactItems array. |
TransactGetItemsResult |
TransactGetItemsResult.withResponses(Collection<ItemResponse> responses)
An ordered array of up to 25
ItemResponse objects, each of which corresponds to the
TransactGetItem object in the same position in the TransactItems array. |
Copyright © 2020. All rights reserved.