| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper |
Primary classes for interacting with the DynamoDB Object Mapper mobile connector for easily storing Java objects in the cloud.
|
| 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>> |
DynamoDBMapper.batchLoad(Map<Class<?>,List<KeyPair>> itemsToGet)
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)
Retrieves multiple items from multiple tables using their primary keys.
|
Copyright © 2016. All rights reserved.