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)
sets the hash key
|
KeyPair |
KeyPair.withRangeKey(Object rangeKey)
sets the range key
|
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 © 2019. All rights reserved.