Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableTableSchemaParams
Packages that use ImmutableTableSchemaParams
Package
Description
-
Uses of ImmutableTableSchemaParams in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type ImmutableTableSchemaParamsModifier and TypeMethodDescriptionstatic <T> ImmutableTableSchema<T>TableSchema.fromImmutableClass(ImmutableTableSchemaParams<T> params) Scans an immutable class that has been annotated with DynamoDb immutable annotations and then returns aImmutableTableSchemaimplementation of this interface that can map records to and from items of that immutable class. -
Uses of ImmutableTableSchemaParams in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type ImmutableTableSchemaParamsModifier and TypeMethodDescriptionstatic <T> ImmutableTableSchema<T>ImmutableTableSchema.create(ImmutableTableSchemaParams<T> params) Scans an immutable class and builds anImmutableTableSchemafrom it that can be used with theDynamoDbEnhancedClient.