Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Field and Description |
---|---|
static ConversionSchema |
ConversionSchemas.V1
The V1 schema mapping, which retains strict backwards compatibility with
the original DynamoDB data model.
|
static ConversionSchema |
ConversionSchemas.V2
The native V2 conversion schema.
|
static ConversionSchema |
ConversionSchemas.V2_COMPATIBLE
A V2 conversion schema which retains backwards compatibility with the
V1 conversion schema for existing DynamoDB types, but adds the ability
to marshall recursive structures using the new List and Map types.
|
Modifier and Type | Method and Description |
---|---|
ConversionSchema |
ConversionSchemas.Builder.build() |
ConversionSchema |
DynamoDBMapperConfig.getConversionSchema() |
ConversionSchema |
DynamoDBMapperConfig.Builder.getConversionSchema() |
Modifier and Type | Method and Description |
---|---|
void |
DynamoDBMapperConfig.Builder.setConversionSchema(ConversionSchema value) |
DynamoDBMapperConfig.Builder |
DynamoDBMapperConfig.Builder.withConversionSchema(ConversionSchema value) |
Constructor and Description |
---|
DynamoDBMapperConfig(ConversionSchema conversionSchema)
Deprecated.
|
Copyright © 2024. All rights reserved.