| Package | Description |
|---|---|
| com.baidubce.services.moladb.model | |
| com.baidubce.services.moladb.model.transform |
| Modifier and Type | Method and Description |
|---|---|
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(List<String> attributes)
Attributes to retrieve from the table.
|
KeysAndAttributes |
KeysAndAttributes.withConsistentRead(boolean consistentRead)
Set the type of the consistency of a read operation.The default value is false, representing that it is
eventually consistent read.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(List<Key> keys)
Set the list of Keys to get associated items.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeysAndAttributes> |
BatchGetItemRequest.getRequestItems()
Get the request Items set in this BatchGetItem operation.
|
Map<String,KeysAndAttributes> |
BatchGetItemResponse.getUnprocessedItems()
Get all of the unprocessed items in this BatchGetItem request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetItemRequest.setRequestItems(Map<String,KeysAndAttributes> requestItems)
Set the request items for BatchGetItem operation.
|
void |
BatchGetItemResponse.setUnprocessedItems(Map<String,KeysAndAttributes> items)
Set all of the unprocessed items in this BatchGetItem request.
|
BatchGetItemRequest |
BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> reqItems)
Set the request items for BatchGetItem operation.
|
| Modifier and Type | Method and Description |
|---|---|
KeysAndAttributes |
KeysAndAttributesUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeysAndAttributes> |
BatchGetUnprocessItemsUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
Copyright © 2024. All rights reserved.