| Package | Description |
|---|---|
| com.baidubce.services.moladb.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueUpdate |
AttributeValueUpdate.withAction(String action)
Set the update item operation with specified action.
|
AttributeValueUpdate |
AttributeValueUpdate.withValue(AttributeValue value)
The method set the new value for an attribute waiting for updating.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValueUpdate> |
UpdateItemRequest.getAttributeUpdates()
Get new attribute value with corresponding attribute name which will be updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateItemRequest.setAttributeUpdates(Map<String,AttributeValueUpdate> attributes)
Set new attribute value with corresponding attribute name which will be updated.
|
UpdateItemRequest |
UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributes)
Set new attribute value with corresponding attribute name which will be updated.
|
Copyright © 2024. All rights reserved.