| Package | Description |
|---|---|
| com.baidubce.services.moladb.model | |
| com.baidubce.services.moladb.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Key |
QueryRequest.getExclusiveStartKey()
Get the primary key(hashkey or hashkey and rangekey) of the first item that this
operation will evaluate.
|
Key |
UpdateItemRequest.getKey()
Get key of the update item request.
|
Key |
GetItemRequest.getKey()
The method return the Key that is used to get the item.
|
Key |
DeleteItemRequest.getKey()
The method return the Key that is used to delete the item.
|
Key |
DeleteRequest.getKey()
Get the Key object of an attribute, which waits to be deleted.
|
Key |
QueryResponse.getLastEvaluatedKey()
Get the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items
from the LastEvaluatedKey.
|
Key |
Key.withAttribute(String attributeName,
AttributeValue value)
The method set attribute name and attribute value with input parameters for a key.
|
Key |
Key.withAttributes(Map<String,AttributeValue> attributes)
Set this object with a given attribute value map.
|
| Modifier and Type | Method and Description |
|---|---|
List<Key> |
KeysAndAttributes.getKeys()
Get the key attributes the define the items and the attributes associated with the items in this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRequest.setExclusiveStartKey(Key exclusiveStartKey)
Set the primary key(hashkey or hashkey and rangekey) of the first item that this
operation will evaluate.
|
void |
UpdateItemRequest.setKey(Key key)
Set the Key of the item to be updated with the given Key.
|
void |
GetItemRequest.setKey(Key key)
The method set the Key that used to get item from the table.
|
void |
DeleteItemRequest.setKey(Key key)
The method set the Key that used to delete item from the table.
|
void |
DeleteRequest.setKey(Key key)
Set the Key object to be deleted for this object.
|
void |
QueryResponse.setLastEvaluatedKey(Key lastKey)
Set the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items
from the LastEvaluatedKey.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(Key exclusiveStartKey)
Set the primary key(hashkey or hashkey and rangekey) of the first item that this
operation will evaluate.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Key key)
Set the Key of the item to be updated with the given Key.
|
GetItemRequest |
GetItemRequest.withKey(Key key)
The method set the Key that used to get item from the table.
|
DeleteItemRequest |
DeleteItemRequest.withKey(Key key)
The method set the Key that used to get item from the table.
|
DeleteRequest |
DeleteRequest.withKey(Key key)
Set the Key object to be deleted for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeysAndAttributes.setKeys(List<Key> keys)
Set the list of Keys to get associated items.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(List<Key> keys)
Set the list of Keys to get associated items.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
KeyUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
Copyright © 2021. All rights reserved.