Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb | |
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
static <T> ImmutableTableSchema<T> |
TableSchema.fromImmutableClass(Class<T> immutableClass)
Scans an immutable class that has been annotated with DynamoDb immutable annotations and then returns a
ImmutableTableSchema implementation of this interface that can map records to and from items of that
immutable class. |
Modifier and Type | Method and Description |
---|---|
static <T> ImmutableTableSchema<T> |
ImmutableTableSchema.create(Class<T> immutableClass)
Scans an immutable class and builds an
ImmutableTableSchema from it that can be used with the
DynamoDbEnhancedClient . |
Copyright © 2022. All rights reserved.