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

Packages that use KeysAndAttributes
com.baidubce.services.moladb.model   
com.baidubce.services.moladb.model.transform   
 

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

Methods in com.baidubce.services.moladb.model that return KeysAndAttributes
 KeysAndAttributes KeysAndAttributes.withAttributesToGet(List<String> attributes)
          Attributes to retrieve from the table.
 KeysAndAttributes KeysAndAttributes.withConsistentRead(boolean consistentRead)
          Set the type of the consistency of a read operation.The default value is false, representing that it is eventually consistent read.
 KeysAndAttributes KeysAndAttributes.withKeys(List<Key> keys)
          Set the list of Keys to get associated items.
 

Methods in com.baidubce.services.moladb.model that return types with arguments of type KeysAndAttributes
 Map<String,KeysAndAttributes> BatchGetItemRequest.getRequestItems()
          Get the request Items set in this BatchGetItem operation.
 Map<String,KeysAndAttributes> BatchGetItemResponse.getUnprocessedItems()
          Get all of the unprocessed items in this BatchGetItem request.
 

Method parameters in com.baidubce.services.moladb.model with type arguments of type KeysAndAttributes
 void BatchGetItemRequest.setRequestItems(Map<String,KeysAndAttributes> requestItems)
          Set the request items for BatchGetItem operation.
 void BatchGetItemResponse.setUnprocessedItems(Map<String,KeysAndAttributes> items)
          Set all of the unprocessed items in this BatchGetItem request.
 BatchGetItemRequest BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> reqItems)
          Set the request items for BatchGetItem operation.
 

Uses of KeysAndAttributes in com.baidubce.services.moladb.model.transform
 

Methods in com.baidubce.services.moladb.model.transform that return KeysAndAttributes
 KeysAndAttributes KeysAndAttributesUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
           
 

Methods in com.baidubce.services.moladb.model.transform that return types with arguments of type KeysAndAttributes
 Map<String,KeysAndAttributes> BatchGetUnprocessItemsUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
           
 



Copyright © 2018. All rights reserved.