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

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

Uses of DeleteItemRequest in com.baidubce.services.moladb
 

Methods in com.baidubce.services.moladb with parameters of type DeleteItemRequest
 DeleteItemResponse MolaDbClient.deleteItem(DeleteItemRequest request)
           The DeleteItem operation delete the item with the given primary key.
 

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

Methods in com.baidubce.services.moladb.model that return DeleteItemRequest
 DeleteItemRequest DeleteItemRequest.withKey(Key key)
          The method set the Key that used to get item from the table.
 DeleteItemRequest DeleteItemRequest.withRequestCredentials(BceCredentials credentials)
           
 DeleteItemRequest DeleteItemRequest.withTableName(String tableName)
          Set the name of the table from which to delete the item.
 



Copyright © 2018. All rights reserved.