Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableTableSchemaParams
-
Packages that use ImmutableTableSchemaParams Package Description software.amazon.awssdk.enhanced.dynamodb software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of ImmutableTableSchemaParams in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type ImmutableTableSchemaParams Modifier and Type Method Description static <T> ImmutableTableSchema<T>
TableSchema. fromImmutableClass(ImmutableTableSchemaParams<T> params)
Scans an immutable class that has been annotated with DynamoDb immutable annotations and then returns aImmutableTableSchema
implementation 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 ImmutableTableSchemaParams Modifier and Type Method Description static <T> ImmutableTableSchema<T>
ImmutableTableSchema. create(ImmutableTableSchemaParams<T> params)
Scans an immutable class and builds anImmutableTableSchema
from it that can be used with theDynamoDbEnhancedClient
.
-