public class DynamoDBMapperFieldModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamoDBMapperFieldModel.DynamoDBAttributeType |
| Constructor and Description |
|---|
DynamoDBMapperFieldModel(java.lang.String dynamoDBAttributeName,
DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType,
ArgumentMarshaller argumentMarshaller) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDynamoDBAttributeName()
Returns the name of the DynamoDB attribute this mapped field will be
stored as.
|
DynamoDBMapperFieldModel.DynamoDBAttributeType |
getDynamoDBAttributeType()
Returns the type of the DynamoDB attribute this mapped field will be
stored as.
|
public DynamoDBMapperFieldModel(java.lang.String dynamoDBAttributeName,
DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType,
ArgumentMarshaller argumentMarshaller)
public java.lang.String getDynamoDBAttributeName()
public DynamoDBMapperFieldModel.DynamoDBAttributeType getDynamoDBAttributeType()