public class DynamoDBMapperFieldModel extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DynamoDBMapperFieldModel.DynamoDBAttributeType | 
| Constructor and Description | 
|---|
| DynamoDBMapperFieldModel(String dynamoDBAttributeName,
                        DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType,
                        ArgumentMarshaller argumentMarshaller) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller)
public String getDynamoDBAttributeName()
public DynamoDBMapperFieldModel.DynamoDBAttributeType getDynamoDBAttributeType()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.