|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeValue | |
---|---|
com.baidubce.services.moladb.model | |
com.baidubce.services.moladb.model.transform |
Uses of AttributeValue in com.baidubce.services.moladb.model |
---|
Methods in com.baidubce.services.moladb.model that return AttributeValue | |
---|---|
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. |
Methods in com.baidubce.services.moladb.model that return types with arguments of type AttributeValue | |
---|---|
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> |
GetItemResponse.getItem()
The method return the Item that got from table in Moladb. |
Map<String,AttributeValue> |
PutItemRequest.getItem()
Get the Item objects to be put in in table. |
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. |
Methods in com.baidubce.services.moladb.model with parameters of type AttributeValue | |
---|---|
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. |
Method parameters in com.baidubce.services.moladb.model with type arguments of type AttributeValue | |
---|---|
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 |
GetItemResponse.setItem(Map<String,AttributeValue> other)
The method set the Item that in GetItemResponse. |
void |
PutItemRequest.setItem(Map<String,AttributeValue> item)
Set the Item object to be put in in table. |
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. |
Constructors in com.baidubce.services.moladb.model with parameters of type AttributeValue | |
---|---|
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 parameters in com.baidubce.services.moladb.model with type arguments of type AttributeValue | |
---|---|
Key(Map<String,AttributeValue> attributes)
Constructs a new Key object. |
Uses of AttributeValue in com.baidubce.services.moladb.model.transform |
---|
Methods in com.baidubce.services.moladb.model.transform that return AttributeValue | |
---|---|
AttributeValue |
AttributeValueUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
|
Methods in com.baidubce.services.moladb.model.transform that return types with arguments of type AttributeValue | |
---|---|
Map<String,AttributeValue> |
AttributeValueMapUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
|
Map<String,AttributeValue> |
ItemUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
|
Map<String,List<Map<String,AttributeValue>>> |
BatchGetItemResponseContentUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode rootObj)
|
List<Map<String,AttributeValue>> |
ItemListUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode listObj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |