| Package | Description |
|---|---|
| com.baidubce.services.moladb | |
| com.baidubce.services.moladb.model |
| Modifier and Type | Method and Description |
|---|---|
GetItemResponse |
MolaDbClient.getItem(GetItemRequest request)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2022. All rights reserved.