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

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

Uses of PutItemRequest in com.baidubce.services.moladb
 

Methods in com.baidubce.services.moladb with parameters of type PutItemRequest
 PutItemResponse MolaDbClient.putItem(PutItemRequest request)
           Creates a new item, or replaces an old item with a new item.
 

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

Methods in com.baidubce.services.moladb.model that return PutItemRequest
 PutItemRequest PutItemRequest.withItem(Map<String,AttributeValue> item)
          Set the Item object to be put in in table.
 PutItemRequest PutItemRequest.withRequestCredentials(BceCredentials credentials)
           
 PutItemRequest PutItemRequest.withTableName(String tableName)
          Set the name of the table to contain the item.
 



Copyright © 2018. All rights reserved.