Java com.amazonaws.services.dynamodbv2.datamodeling DynamoDBMapperConfig fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.datamodeling DynamoDBMapperConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.datamodeling DynamoDBMapperConfig.

The text is from its open source code.

Field

DynamoDBMapperConfigDEFAULT
Default configuration; these defaults are also applied by the mapper when only partial configurations are specified.

Constructor

DynamoDBMapperConfig(final DynamoDBMapperConfig.Builder builder)
Internal constructor; builds from the builder.
DynamoDBMapperConfig(SaveBehavior saveBehavior)
Constructs a new configuration object with the save behavior given.
DynamoDBMapperConfig(ConsistentReads consistentReads)
Constructs a new configuration object with the consistent read behavior given.
DynamoDBMapperConfig(TableNameOverride tableNameOverride)
Constructs a new configuration object with the table name override given.
DynamoDBMapperConfig(TableNameResolver tableNameResolver)
Constructs a new configuration object with the table name resolver strategy given.
DynamoDBMapperConfig(ObjectTableNameResolver objectTableNameResolver)
Constructs a new configuration object with the object table name resolver strategy given.
DynamoDBMapperConfig(PaginationLoadingStrategy paginationLoadingStrategy)
Constructs a new configuration object with the pagination loading strategy given.
DynamoDBMapperConfig(ConversionSchema conversionSchema)
Constructs a new configuration object with the conversion schema given.
DynamoDBMapperConfig(TableNameResolver tableNameResolver, ObjectTableNameResolver objectTableNameResolver)
Constructs a new configuration object with the table name resolver strategies given.
DynamoDBMapperConfig(DynamoDBMapperConfig defaults, DynamoDBMapperConfig overrides)
Constructs a new configuration object from two others: a set of defaults and a set of overrides.

Method

Builderbuilder()
Creates a new empty builder.
ConversionSchemagetConversionSchema()
DynamoDBTypeConverterFactorygetTypeConverterFactory()