Package | Description |
---|---|
com.amazonaws.services.dynamodb.datamodeling |
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPair.withHashKey(Object hashkey)
Deprecated.
|
KeyPair |
KeyPair.withRangeKey(Object rangeKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.