Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel.DynamoDBAttributeType
-
Packages that use DynamoDBMapperFieldModel.DynamoDBAttributeType Package Description com.amazonaws.services.dynamodbv2.datamodeling -
-
Uses of DynamoDBMapperFieldModel.DynamoDBAttributeType in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return DynamoDBMapperFieldModel.DynamoDBAttributeType Modifier and Type Method Description DynamoDBMapperFieldModel.DynamoDBAttributeType
DynamoDBMapperFieldModel. getDynamoDBAttributeType()
Returns the type of the DynamoDB attribute this mapped field will be stored as.static DynamoDBMapperFieldModel.DynamoDBAttributeType
DynamoDBMapperFieldModel.DynamoDBAttributeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DynamoDBMapperFieldModel.DynamoDBAttributeType[]
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.DynamoDBAttributeType Constructor Description DynamoDBMapperFieldModel(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller)
-