Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPair.withHashKey(Object hashkey) |
KeyPair |
KeyPair.withRangeKey(Object rangeKey) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<Object>> |
IDynamoDBMapper.batchLoad(Map<Class<?>,List<KeyPair>> itemsToGet)
Retrieves the attributes for multiple items from multiple tables using their primary keys.
|
Map<String,List<Object>> |
AbstractDynamoDBMapper.batchLoad(Map<Class<?>,List<KeyPair>> itemsToGet) |
Map<String,List<Object>> |
IDynamoDBMapper.batchLoad(Map<Class<?>,List<KeyPair>> itemsToGet,
DynamoDBMapperConfig config)
Retrieves multiple items from multiple tables using their primary keys.
|
Map<String,List<Object>> |
AbstractDynamoDBMapper.batchLoad(Map<Class<?>,List<KeyPair>> itemsToGet,
DynamoDBMapperConfig config) |
Map<String,List<Object>> |
DynamoDBMapper.batchLoad(Map<Class<?>,List<KeyPair>> itemsToGet,
DynamoDBMapperConfig config) |
Copyright © 2023. All rights reserved.