public static interface DynamoDBMapperConfig.ObjectTableNameResolver
DynamoDBMapper.batchLoad(java.util.List).
If no table name resolver for objects is set, DynamoDBMapper reverts to using the
DynamoDBMapperConfig.TableNameResolver on each object's class.| Modifier and Type | Method and Description |
|---|---|
String |
getTableName(Object object,
DynamoDBMapperConfig config)
Get the table name for an object.
|
String getTableName(Object object, DynamoDBMapperConfig config)
object - The object to get the table name forconfig - The DynamoDBMapperConfigCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.