类的使用
com.baidubce.services.moladb.model.GetItemRequest
-
使用GetItemRequest的程序包 程序包 说明 com.baidubce.services.moladb com.baidubce.services.moladb.model -
-
com.baidubce.services.moladb中GetItemRequest的使用
参数类型为GetItemRequest的com.baidubce.services.moladb中的方法 修饰符和类型 方法 说明 GetItemResponseMolaDbClient. getItem(GetItemRequest request)The GetItem operation returns a set of attributes for the item with the given primary key. -
com.baidubce.services.moladb.model中GetItemRequest的使用
返回GetItemRequest的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 GetItemRequestGetItemRequest. withAttributesToGet(List<String> attributeNames)The method specify the attributes that is expected to return from the table.GetItemRequestGetItemRequest. withConsistentRead(boolean consistent)The method set this read as consistent read.GetItemRequestGetItemRequest. withKey(Key key)The method set the Key that used to get item from the table.GetItemRequestGetItemRequest. withRequestCredentials(BceCredentials credentials)GetItemRequestGetItemRequest. withTableName(String tableName)The method set the table name.
-