| Package | Description |
|---|---|
| com.baidubce.services.moladb | |
| com.baidubce.services.vodpro |
| Modifier and Type | Method and Description |
|---|---|
BatchGetItemResponse |
MolaDbClient.batchGetItem(BatchGetItemRequest request)
The BatchGetItem operation get items with the given primary keys from Moladb.
|
BatchWriteItemResponse |
MolaDbClient.batchWriteItem(BatchWriteItemRequest request)
The BatchWriteItem operation write items with to Moladb.
|
DeleteItemResponse |
MolaDbClient.deleteItem(DeleteItemRequest request)
The DeleteItem operation delete the item
with the given primary key.
|
GetItemResponse |
MolaDbClient.getItem(GetItemRequest request)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
QueryResponse |
MolaDbClient.query(QueryRequest request)
The Query operation get items from Moladb with Hash Key and an interval of Range Key
|
UpdateItemResponse |
MolaDbClient.updateItem(UpdateItemRequest request)
The UpdateItem operation update the item
with the given primary key.
|
| Modifier and Type | Method and Description |
|---|---|
MediaResponse |
VodproClient.createMedia(CreateMediaRequest request,
String projectName,
String spaceName) |
Copyright © 2023. All rights reserved.