public class DynamoDBMapperFieldModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DynamoDBMapperFieldModel.DynamoDBAttributeType
The DynamoDB Attribute types.
|
Constructor and Description |
---|
DynamoDBMapperFieldModel(java.lang.String dynamoDBAttributeName,
DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType,
ArgumentMarshaller argumentMarshaller)
Constructor.
|
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)
dynamoDBAttributeName
- the attribute name.dynamoDBAttributeType
- the attribute type.argumentMarshaller
- the argument marshaller.public java.lang.String getDynamoDBAttributeName()
public DynamoDBMapperFieldModel.DynamoDBAttributeType getDynamoDBAttributeType()
DynamoDBMapperFieldModel.DynamoDBAttributeType
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.