| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper |
Primary classes for interacting with the DynamoDB Object Mapper mobile connector for easily storing Java objects in the cloud.
|
| Modifier and Type | Method and Description |
|---|---|
DynamoDBMapperFieldModel.DynamoDBAttributeType |
DynamoDBMapperFieldModel.getDynamoDBAttributeType()
Returns the type of the DynamoDB attribute this mapped field will be
stored as.
|
static DynamoDBMapperFieldModel.DynamoDBAttributeType |
DynamoDBMapperFieldModel.DynamoDBAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoDBMapperFieldModel.DynamoDBAttributeType[] |
DynamoDBMapperFieldModel.DynamoDBAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DynamoDBMapperFieldModel(String dynamoDBAttributeName,
DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType,
ArgumentMarshaller argumentMarshaller) |
Copyright © 2016. All rights reserved.