| Package | Description |
|---|---|
| com.baidubce.services.moladb.model | |
| com.baidubce.services.moladb.model.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteRequest
Represents the input of a DeleteItem operation.
|
class |
PutRequest
Represents the input to perform a PutItem operation on an item.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<WriteRequest>> |
BatchWriteItemRequest.getRequestItems()
Get the request items for BatchWriteItem operation.
|
Map<String,List<WriteRequest>> |
BatchWriteItemResponse.getUnprocessedItems()
Get all of the unprocessed items in this BatchWriteItem request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteItemRequest.setRequestItems(Map<String,List<WriteRequest>> requestItems)
Set the request items for BatchWriteItem operation.
|
void |
BatchWriteItemResponse.setUnprocessedItems(Map<String,List<WriteRequest>> items)
Set all of the unprocessed items in this BatchWriteItem request.
|
protected List<Object> |
BatchWriteItemRequest.toJsonObj(List<WriteRequest> requests) |
BatchWriteItemRequest |
BatchWriteItemRequest.withRequestItems(Map<String,List<WriteRequest>> requestItems)
Set the request items for BatchWriteItem operation.
|
| Modifier and Type | Method and Description |
|---|---|
WriteRequest |
WriteRequestUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
List<WriteRequest> |
WriteRequestListUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode root) |
Map<String,List<WriteRequest>> |
BatchWriteUnprocessItemsUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
Copyright © 2021. All rights reserved.