| Package | Description |
|---|---|
| com.baidubce.services.moladb.model | |
| com.baidubce.services.moladb.model.transform |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
AttributeValueUpdate.getValue()
The method get the new value set for the attribute waiting for updating.
|
AttributeValue |
AttributeValue.withB(byte[] buffer)
The method set value type as binary and set the value with input parameter.
|
AttributeValue |
AttributeValue.withN(double n)
The method set value type as number and set the value with input parameter.
|
AttributeValue |
AttributeValue.withN(long n)
The method set value type as number and set the value with input parameter.
|
AttributeValue |
AttributeValue.withN(String n)
The method set value type as number and set the value with input parameter.
|
AttributeValue |
AttributeValue.withS(String s)
The method set value type as String and set the value with input parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValue> |
Key.getAttributes()
Get this object's attribute map with name and value.
|
Map<String,AttributeValue> |
QueryRequest.getExpressionAttributeValues()
Get the values for the parameters in the the query condition expression for this query request.
|
Map<String,AttributeValue> |
PutItemRequest.getItem()
Get the Item objects to be put in in table.
|
Map<String,AttributeValue> |
GetItemResponse.getItem()
The method return the Item that got from table in Moladb.
|
Map<String,AttributeValue> |
PutRequest.getItem()
Get an item from this request.
|
List<Map<String,AttributeValue>> |
QueryResponse.getItems()
Get the list of result items from this query operation.
|
Map<String,List<Map<String,AttributeValue>>> |
BatchGetItemResponse.getResponses()
Get the processed items' content for this BatchGetItem request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeValueUpdate.setValue(AttributeValue value)
The method set the new value for an attribute waiting for updating.
|
Key |
Key.withAttribute(String attributeName,
AttributeValue value)
The method set attribute name and attribute value with input parameters for a key.
|
AttributeValueUpdate |
AttributeValueUpdate.withValue(AttributeValue value)
The method set the new value for an attribute waiting for updating.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
PutRequest.marshaller(Map<String,AttributeValue> item) |
protected Map<String,Object> |
PutItemRequest.marshallerItem(Map<String,AttributeValue> item) |
void |
Key.setAttributes(Map<String,AttributeValue> attributes)
Set this object with a given attribute value map.
|
void |
QueryRequest.setExpressionAttributeValues(Map<String,AttributeValue> attributes)
Set the values for the parameters in the the query condition expression for this query request.
|
void |
PutItemRequest.setItem(Map<String,AttributeValue> item)
Set the Item object to be put in in table.
|
void |
GetItemResponse.setItem(Map<String,AttributeValue> other)
The method set the Item that in GetItemResponse.
|
void |
PutRequest.setItem(Map<String,AttributeValue> item)
Set an item information with a put item request.
|
void |
QueryResponse.setItems(List<Map<String,AttributeValue>> items)
Set the list of result items from this query operation.
|
void |
BatchGetItemResponse.setResponses(Map<String,List<Map<String,AttributeValue>>> responses)
Set the processed items' content for this BatchGetItem request.
|
Key |
Key.withAttributes(Map<String,AttributeValue> attributes)
Set this object with a given attribute value map.
|
QueryRequest |
QueryRequest.withExpressionAttributeValues(Map<String,AttributeValue> attributes)
Set the values for the parameters in the the query condition expression for this query request.
|
PutItemRequest |
PutItemRequest.withItem(Map<String,AttributeValue> item)
Set the Item object to be put in in table.
|
PutRequest |
PutRequest.withItem(Map<String,AttributeValue> item)
Set an item information with a put item request.
|
| Constructor and Description |
|---|
AttributeValueUpdate(AttributeValue value,
String action)
Constructs a new AttributeValueUpdate object.
|
Key(String attributeName,
AttributeValue value)
Constructs a new Key object.
|
Key(String hashKeyName,
AttributeValue hashKeyValue,
String rangeKeyName,
AttributeValue rangeKeyValue)
Constructs a new Key object.
|
| Constructor and Description |
|---|
Key(Map<String,AttributeValue> attributes)
Constructs a new Key object.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
AttributeValueUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Map<String,AttributeValue>>> |
BatchGetItemResponseContentUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode rootObj) |
Map<String,AttributeValue> |
ItemUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
Map<String,AttributeValue> |
AttributeValueMapUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
List<Map<String,AttributeValue>> |
ItemListUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode listObj) |
Copyright © 2022. All rights reserved.