Uses of Class
com.amazonaws.services.dynamodb.datamodeling.KeyPair

Packages that use KeyPair
com.amazonaws.services.dynamodb.datamodeling   
 

Uses of KeyPair in com.amazonaws.services.dynamodb.datamodeling
 

Methods in com.amazonaws.services.dynamodb.datamodeling that return KeyPair
 KeyPair KeyPair.withHashKey(Object hashkey)
          Deprecated.  
 KeyPair KeyPair.withRangeKey(Object rangeKey)
          Deprecated.  
 

Method parameters in com.amazonaws.services.dynamodb.datamodeling with type arguments of type KeyPair
 Map<String,List<Object>> DynamoDBMapper.batchLoad(Map<Class<?>,List<KeyPair>> itemsToGet)
          Deprecated. Retrieves the attributes for multiple items from multiple tables using their primary keys.
 Map<String,List<Object>> DynamoDBMapper.batchLoad(Map<Class<?>,List<KeyPair>> itemsToGet, DynamoDBMapperConfig config)
          Deprecated. Retrieves the attributes for multiple items from multiple tables using their primary keys.
 



Copyright © 2016. All rights reserved.