|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GetItemRequest | |
|---|---|
| com.baidubce.services.moladb | |
| com.baidubce.services.moladb.model | |
| Uses of GetItemRequest in com.baidubce.services.moladb |
|---|
| Methods in com.baidubce.services.moladb with parameters of type GetItemRequest | |
|---|---|
GetItemResponse |
MolaDbClient.getItem(GetItemRequest request)
The GetItem operation returns a set of attributes for the item with the given primary key. |
| Uses of GetItemRequest in com.baidubce.services.moladb.model |
|---|
| Methods in com.baidubce.services.moladb.model that return GetItemRequest | |
|---|---|
GetItemRequest |
GetItemRequest.withAttributesToGet(List<String> attributeNames)
The method specify the attributes that is expected to return from the table. |
GetItemRequest |
GetItemRequest.withConsistentRead(boolean consistent)
The method set this read as consistent read. |
GetItemRequest |
GetItemRequest.withKey(Key key)
The method set the Key that used to get item from the table. |
GetItemRequest |
GetItemRequest.withRequestCredentials(BceCredentials credentials)
|
GetItemRequest |
GetItemRequest.withTableName(String tableName)
The method set the table name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||