Class DynamoDBMapperFieldModel
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDynamoDBMapperFieldModel
(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller) -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the DynamoDB attribute this mapped field will be stored as.Returns the type of the DynamoDB attribute this mapped field will be stored as.
-
Constructor Details
-
DynamoDBMapperFieldModel
public DynamoDBMapperFieldModel(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller)
-
-
Method Details
-
getDynamoDBAttributeName
Returns the name of the DynamoDB attribute this mapped field will be stored as. -
getDynamoDBAttributeType
Returns the type of the DynamoDB attribute this mapped field will be stored as.
-