Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableTableSchema
Packages that use ImmutableTableSchema
Package
Description
-
Uses of ImmutableTableSchema in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return ImmutableTableSchemaModifier and TypeMethodDescriptionstatic <T> ImmutableTableSchema<T>TableSchema.fromImmutableClass(Class<T> immutableClass) 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.static <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 ImmutableTableSchema in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return ImmutableTableSchemaModifier and TypeMethodDescriptionstatic <T> ImmutableTableSchema<T>Scans an immutable class and builds anImmutableTableSchemafrom it that can be used with theDynamoDbEnhancedClient.static <T> ImmutableTableSchema<T>ImmutableTableSchema.create(ImmutableTableSchemaParams<T> params) Scans an immutable class and builds anImmutableTableSchemafrom it that can be used with theDynamoDbEnhancedClient.