Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
Packages that use KeyPair
-
Uses of KeyPair in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return KeyPairModifier and TypeMethodDescriptionKeyPair.withHashKey
(Object hashkey) KeyPair.withRangeKey
(Object rangeKey) Method parameters in com.amazonaws.services.dynamodbv2.datamodeling with type arguments of type KeyPairModifier and TypeMethodDescriptionAbstractDynamoDBMapper.batchLoad
(Map<Class<?>, List<KeyPair>> itemsToGet, DynamoDBMapperConfig config) Retrieves the attributes for multiple items from multiple tables using their primary keys.Retrieves multiple items from multiple tables using their primary keys.