类的使用
com.baidubce.services.moladb.model.Key
-
使用Key的程序包 程序包 说明 com.baidubce.services.moladb.model com.baidubce.services.moladb.model.transform -
-
com.baidubce.services.moladb.model中Key的使用
返回Key的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 KeyQueryRequest. getExclusiveStartKey()Get the primary key(hashkey or hashkey and rangekey) of the first item that this operation will evaluate.KeyDeleteItemRequest. getKey()The method return the Key that is used to delete the item.KeyDeleteRequest. getKey()Get the Key object of an attribute, which waits to be deleted.KeyGetItemRequest. getKey()The method return the Key that is used to get the item.KeyUpdateItemRequest. getKey()Get key of the update item request.KeyQueryResponse. getLastEvaluatedKey()Get the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items from the LastEvaluatedKey.KeyKey. withAttribute(String attributeName, AttributeValue value)The method set attribute name and attribute value with input parameters for a key.KeyKey. withAttributes(Map<String,AttributeValue> attributes)Set this object with a given attribute value map.返回变量类型为Key的类型的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 List<Key>KeysAndAttributes. getKeys()Get the key attributes the define the items and the attributes associated with the items in this object.参数类型为Key的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 voidQueryRequest. setExclusiveStartKey(Key exclusiveStartKey)Set the primary key(hashkey or hashkey and rangekey) of the first item that this operation will evaluate.voidDeleteItemRequest. setKey(Key key)The method set the Key that used to delete item from the table.voidDeleteRequest. setKey(Key key)Set the Key object to be deleted for this object.voidGetItemRequest. setKey(Key key)The method set the Key that used to get item from the table.voidUpdateItemRequest. setKey(Key key)Set the Key of the item to be updated with the given Key.voidQueryResponse. 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.QueryRequestQueryRequest. withExclusiveStartKey(Key exclusiveStartKey)Set the primary key(hashkey or hashkey and rangekey) of the first item that this operation will evaluate.DeleteItemRequestDeleteItemRequest. withKey(Key key)The method set the Key that used to get item from the table.DeleteRequestDeleteRequest. withKey(Key key)Set the Key object to be deleted for this object.GetItemRequestGetItemRequest. withKey(Key key)The method set the Key that used to get item from the table.UpdateItemRequestUpdateItemRequest. withKey(Key key)Set the Key of the item to be updated with the given Key.类型变量类型为Key的com.baidubce.services.moladb.model中的方法参数 修饰符和类型 方法 说明 voidKeysAndAttributes. setKeys(List<Key> keys)Set the list of Keys to get associated items.KeysAndAttributesKeysAndAttributes. withKeys(List<Key> keys)Set the list of Keys to get associated items. -
com.baidubce.services.moladb.model.transform中Key的使用
返回Key的com.baidubce.services.moladb.model.transform中的方法 修饰符和类型 方法 说明 KeyKeyUnmarshaller. unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
-