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

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

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

Methods in com.baidubce.services.moladb.model that return Key
 Key QueryRequest.getExclusiveStartKey()
          Get the primary key(hashkey or hashkey and rangekey) of the first item that this operation will evaluate.
 Key GetItemRequest.getKey()
          The method return the Key that is used to get the item.
 Key DeleteRequest.getKey()
          Get the Key object of an attribute, which waits to be deleted.
 Key DeleteItemRequest.getKey()
          The method return the Key that is used to delete the item.
 Key UpdateItemRequest.getKey()
          Get key of the update item request.
 Key QueryResponse.getLastEvaluatedKey()
          Get the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items from the LastEvaluatedKey.
 Key Key.withAttribute(String attributeName, AttributeValue value)
          The method set attribute name and attribute value with input parameters for a key.
 Key Key.withAttributes(Map<String,AttributeValue> attributes)
          Set this object with a given attribute value map.
 

Methods in com.baidubce.services.moladb.model that return types with arguments of type Key
 List<Key> KeysAndAttributes.getKeys()
          Get the key attributes the define the items and the attributes associated with the items in this object.
 

Methods in com.baidubce.services.moladb.model with parameters of type Key
 void QueryRequest.setExclusiveStartKey(Key exclusiveStartKey)
          Set the primary key(hashkey or hashkey and rangekey) of the first item that this operation will evaluate.
 void GetItemRequest.setKey(Key key)
          The method set the Key that used to get item from the table.
 void DeleteRequest.setKey(Key key)
          Set the Key object to be deleted for this object.
 void DeleteItemRequest.setKey(Key key)
          The method set the Key that used to delete item from the table.
 void UpdateItemRequest.setKey(Key key)
          Set the Key of the item to be updated with the given Key.
 void QueryResponse.setLastEvaluatedKey(Key lastKey)
          Set the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items from the LastEvaluatedKey.
 QueryRequest QueryRequest.withExclusiveStartKey(Key exclusiveStartKey)
          Set the primary key(hashkey or hashkey and rangekey) of the first item that this operation will evaluate.
 GetItemRequest GetItemRequest.withKey(Key key)
          The method set the Key that used to get item from the table.
 DeleteRequest DeleteRequest.withKey(Key key)
          Set the Key object to be deleted for this object.
 DeleteItemRequest DeleteItemRequest.withKey(Key key)
          The method set the Key that used to get item from the table.
 UpdateItemRequest UpdateItemRequest.withKey(Key key)
          Set the Key of the item to be updated with the given Key.
 

Method parameters in com.baidubce.services.moladb.model with type arguments of type Key
 void KeysAndAttributes.setKeys(List<Key> keys)
          Set the list of Keys to get associated items.
 KeysAndAttributes KeysAndAttributes.withKeys(List<Key> keys)
          Set the list of Keys to get associated items.
 

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

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



Copyright © 2018. All rights reserved.