Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb | |
software.amazon.awssdk.enhanced.dynamodb.internal.extensions | |
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
TableMetadata |
DynamoDbExtensionContext.Context.tableMetadata() |
TableMetadata |
TableSchema.tableMetadata()
Returns the object that describes the structure of the table being modelled by the mapper.
|
Modifier and Type | Method and Description |
---|---|
TableMetadata |
DefaultDynamoDbExtensionContext.tableMetadata() |
Modifier and Type | Method and Description |
---|---|
DefaultDynamoDbExtensionContext.Builder |
DefaultDynamoDbExtensionContext.Builder.tableMetadata(TableMetadata tableMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
StaticTableMetadata
Implementation of
TableMetadata that can be constructed directly using literal values for metadata objects. |
Modifier and Type | Method and Description |
---|---|
TableMetadata |
BeanTableSchema.tableMetadata()
Returns the object that describes the structure of the table being modelled by the mapper.
|
Copyright © 2020. All rights reserved.