| Package | Description |
|---|---|
| com.baidubce.services.moladb | |
| com.baidubce.services.moladb.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteItemResponse |
MolaDbClient.deleteItem(DeleteItemRequest request)
The DeleteItem operation delete the item
with the given primary key.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteItemRequest |
DeleteItemRequest.withKey(Key key)
The method set the Key that used to get item from the table.
|
DeleteItemRequest |
DeleteItemRequest.withRequestCredentials(BceCredentials credentials) |
DeleteItemRequest |
DeleteItemRequest.withTableName(String tableName)
Set the name of the table from which to delete the item.
|
Copyright © 2020. All rights reserved.