static BatchGetItemResponse.Builder |
BatchGetItemResponse.builder() |
|
BatchGetItemResponse.Builder |
BatchGetItemResponse.Builder.consumedCapacity(Collection<ConsumedCapacity> consumedCapacity) |
The read capacity units consumed by the entire BatchGetItem operation.
|
BatchGetItemResponse.Builder |
BatchGetItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder>... consumedCapacity) |
The read capacity units consumed by the entire BatchGetItem operation.
|
BatchGetItemResponse.Builder |
BatchGetItemResponse.Builder.consumedCapacity(ConsumedCapacity... consumedCapacity) |
The read capacity units consumed by the entire BatchGetItem operation.
|
BatchGetItemResponse.Builder |
BatchGetItemResponse.Builder.responses(Map<String,? extends Collection<? extends Map<String,AttributeValue>>> responses) |
A map of table name or table ARN to a list of items.
|
BatchGetItemResponse.Builder |
BatchGetItemResponse.toBuilder() |
|
BatchGetItemResponse.Builder |
BatchGetItemResponse.Builder.unprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys) |
A map of tables and their respective keys that were not processed with the current response.
|