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

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

Introduction

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

The text is from its open source code.

Constructor

DynamoDBMapper(final AmazonDynamoDB dynamoDB, final DynamoDBMapperConfig config)
Constructs a new mapper with the service object and configuration given.
DynamoDBMapper(final AmazonDynamoDB ddb, final AWSCredentialsProvider s3CredentialProvider)
Constructs a new mapper with the service object and S3 client cache given, using the default configuration.
DynamoDBMapper(final AmazonDynamoDB dynamoDB)
Constructs a new mapper with the service object given, using the default configuration.

Method