类的使用
com.baidubce.services.moladb.model.UpdateItemRequest
-
使用UpdateItemRequest的程序包 程序包 说明 com.baidubce.services.moladb com.baidubce.services.moladb.model -
-
com.baidubce.services.moladb中UpdateItemRequest的使用
参数类型为UpdateItemRequest的com.baidubce.services.moladb中的方法 修饰符和类型 方法 说明 UpdateItemResponseMolaDbClient. updateItem(UpdateItemRequest request)The UpdateItem operation update the item with the given primary key. -
com.baidubce.services.moladb.model中UpdateItemRequest的使用
返回UpdateItemRequest的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 UpdateItemRequestUpdateItemRequest. withAttributeUpdates(Map<String,AttributeValueUpdate> attributes)Set new attribute value with corresponding attribute name which will be updated.UpdateItemRequestUpdateItemRequest. withKey(Key key)Set the Key of the item to be updated with the given Key.UpdateItemRequestUpdateItemRequest. withRequestCredentials(BceCredentials credentials)UpdateItemRequestUpdateItemRequest. withTableName(String name)Set the name of the table containing the item to update.
-