Class DynamoDBMapperFieldModel
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
public class DynamoDBMapperFieldModel extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDynamoDBMapperFieldModel.DynamoDBAttributeType
-
Constructor Summary
Constructors Constructor Description DynamoDBMapperFieldModel(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDynamoDBAttributeName()Returns the name of the DynamoDB attribute this mapped field will be stored as.DynamoDBMapperFieldModel.DynamoDBAttributeTypegetDynamoDBAttributeType()Returns the type of the DynamoDB attribute this mapped field will be stored as.
-
-
-
Constructor Detail
-
DynamoDBMapperFieldModel
public DynamoDBMapperFieldModel(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller)
-
-
Method Detail
-
getDynamoDBAttributeName
public String getDynamoDBAttributeName()
Returns the name of the DynamoDB attribute this mapped field will be stored as.
-
getDynamoDBAttributeType
public DynamoDBMapperFieldModel.DynamoDBAttributeType getDynamoDBAttributeType()
Returns the type of the DynamoDB attribute this mapped field will be stored as.
-
-