Uses of Class
com.baidubce.services.moladb.model.AttributeValueUpdate

Packages that use AttributeValueUpdate
com.baidubce.services.moladb.model   
 

Uses of AttributeValueUpdate in com.baidubce.services.moladb.model
 

Methods in com.baidubce.services.moladb.model that return AttributeValueUpdate
 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.
 

Methods in com.baidubce.services.moladb.model that return types with arguments of type AttributeValueUpdate
 Map<String,AttributeValueUpdate> UpdateItemRequest.getAttributeUpdates()
          Get new attribute value with corresponding attribute name which will be updated.
 

Method parameters in com.baidubce.services.moladb.model with type arguments of type AttributeValueUpdate
 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 © 2018. All rights reserved.