| Package | Description |
|---|---|
| com.baidubce.services.moladb | |
| com.baidubce.services.moladb.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateItemResponse |
MolaDbClient.updateItem(UpdateItemRequest request)
The UpdateItem operation update the item
with the given primary key.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateItemRequest |
UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributes)
Set new attribute value with corresponding attribute name which will be updated.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Key key)
Set the Key of the item to be updated with the given Key.
|
UpdateItemRequest |
UpdateItemRequest.withRequestCredentials(BceCredentials credentials) |
UpdateItemRequest |
UpdateItemRequest.withTableName(String name)
Set the name of the table containing the item to update.
|
Copyright © 2024. All rights reserved.