Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb | |
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
static <T> BeanTableSchema<T> |
TableSchema.fromBean(Class<T> beanClass)
Scans a bean class that has been annotated with DynamoDb bean annotations and then returns a
BeanTableSchema implementation of this interface that can map records to and from items of that bean
class. |
Modifier and Type | Method and Description |
---|---|
static <T> BeanTableSchema<T> |
BeanTableSchema.create(Class<T> beanClass)
Scans a bean class and builds a
BeanTableSchema from it that can be used with the
DynamoDbEnhancedClient . |
Copyright © 2020. All rights reserved.