Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.BeanTableSchema
Packages that use BeanTableSchema
Package
Description
-
Uses of BeanTableSchema in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return BeanTableSchemaModifier and TypeMethodDescriptionstatic <T> BeanTableSchema<T>Scans a bean class that has been annotated with DynamoDb bean annotations and then returns aBeanTableSchemaimplementation of this interface that can map records to and from items of that bean class.static <T> BeanTableSchema<T>TableSchema.fromBean(BeanTableSchemaParams<T> params) Scans a bean class that has been annotated with DynamoDb bean annotations and then returns aBeanTableSchemaimplementation of this interface that can map records to and from items of that bean class. -
Uses of BeanTableSchema in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return BeanTableSchemaModifier and TypeMethodDescriptionstatic <T> BeanTableSchema<T>Scans a bean class and builds aBeanTableSchemafrom it that can be used with theDynamoDbEnhancedClient.static <T> BeanTableSchema<T>BeanTableSchema.create(BeanTableSchemaParams<T> params) Scans a bean class and builds aBeanTableSchemafrom it that can be used with theDynamoDbEnhancedClient.