Uses of Enum
com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
Packages that use ScalarAttributeType
-
Uses of ScalarAttributeType in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ScalarAttributeTypeModifier and TypeMethodDescriptionstatic ScalarAttributeType
Use this in place of valueOf.static ScalarAttributeType
Returns the enum constant of this type with the specified name.static ScalarAttributeType[]
ScalarAttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ScalarAttributeTypeModifier and TypeMethodDescriptionvoid
AttributeDefinition.setAttributeType
(ScalarAttributeType attributeType) The data type for the attribute, where:AttributeDefinition.withAttributeType
(ScalarAttributeType attributeType) The data type for the attribute, where:Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type ScalarAttributeTypeModifierConstructorDescriptionAttributeDefinition
(String attributeName, ScalarAttributeType attributeType) Constructs a new AttributeDefinition object.