Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.BeanTableSchemaParams
Packages that use BeanTableSchemaParams
Package
Description
-
Uses of BeanTableSchemaParams in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type BeanTableSchemaParamsModifier and TypeMethodDescriptionstatic <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 BeanTableSchemaParams in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type BeanTableSchemaParamsModifier and TypeMethodDescriptionstatic <T> BeanTableSchema<T>BeanTableSchema.create(BeanTableSchemaParams<T> params) Scans a bean class and builds aBeanTableSchemafrom it that can be used with theDynamoDbEnhancedClient.