Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ItemResponse |
ItemResponse.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
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> |
ExecuteTransactionResult.getResponses()
The response to a PartiQL transaction.
|
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 |
---|---|
ExecuteTransactionResult |
ExecuteTransactionResult.withResponses(ItemResponse... responses)
The response to a PartiQL transaction.
|
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 |
ExecuteTransactionResult.setResponses(Collection<ItemResponse> responses)
The response to a PartiQL transaction.
|
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. |
ExecuteTransactionResult |
ExecuteTransactionResult.withResponses(Collection<ItemResponse> responses)
The response to a PartiQL transaction.
|
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.