|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateItemRequest | |
---|---|
com.baidubce.services.moladb | |
com.baidubce.services.moladb.model |
Uses of UpdateItemRequest in com.baidubce.services.moladb |
---|
Methods in com.baidubce.services.moladb with parameters of type UpdateItemRequest | |
---|---|
UpdateItemResponse |
MolaDbClient.updateItem(UpdateItemRequest request)
The UpdateItem operation update the item with the given primary key. |
Uses of UpdateItemRequest in com.baidubce.services.moladb.model |
---|
Methods in com.baidubce.services.moladb.model that return UpdateItemRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |