public static interface DynamoDBMapperConfig.TableNameResolver
DynamoDBMapper.query(Class, DynamoDBQueryExpression)
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTableName(java.lang.Class<?> clazz,
DynamoDBMapperConfig config)
Get the table name for a class.
|
java.lang.String getTableName(java.lang.Class<?> clazz, DynamoDBMapperConfig config)
clazz
- The class to get the table name forconfig
- The DynamoDBMapperConfig
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.