Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema
Packages that use ConversionSchema
-
Uses of ConversionSchema in com.amazonaws.services.dynamodbv2.datamodeling
Fields in com.amazonaws.services.dynamodbv2.datamodeling declared as ConversionSchemaModifier and TypeFieldDescriptionstatic final ConversionSchemaConversionSchemas.V1The V1 schema mapping, which retains strict backwards compatibility with the original DynamoDB data model.static final ConversionSchemaConversionSchemas.V2The native V2 conversion schema.static final ConversionSchemaConversionSchemas.V2_COMPATIBLEA 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.Methods in com.amazonaws.services.dynamodbv2.datamodeling that return ConversionSchemaModifier and TypeMethodDescriptionDynamoDBMapperConfig.Builder.getConversionSchema()DynamoDBMapperConfig.getConversionSchema()Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ConversionSchemaModifier and TypeMethodDescriptionvoidDynamoDBMapperConfig.Builder.setConversionSchema(ConversionSchema value) DynamoDBMapperConfig.Builder.withConversionSchema(ConversionSchema value) Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ConversionSchemaModifierConstructorDescriptionDynamoDBMapperConfig(ConversionSchema conversionSchema) Constructs a new configuration object with the conversion schema given.