Uses of Enum
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel.DynamoDBAttributeType
Packages that use DynamoDBMapperFieldModel.DynamoDBAttributeType
-
Uses of DynamoDBMapperFieldModel.DynamoDBAttributeType in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return DynamoDBMapperFieldModel.DynamoDBAttributeTypeModifier and TypeMethodDescriptionDynamoDBMapperFieldModel.getDynamoDBAttributeType()
Returns the type of the DynamoDB attribute this mapped field will be stored as.Returns the enum constant of this type with the specified name.DynamoDBMapperFieldModel.DynamoDBAttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type DynamoDBMapperFieldModel.DynamoDBAttributeTypeModifierConstructorDescriptionDynamoDBMapperFieldModel
(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller)