Uses of Class
com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
-
Packages that use ScalarAttributeType Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of ScalarAttributeType in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ScalarAttributeType Modifier and Type Method Description static ScalarAttributeTypeScalarAttributeType. fromValue(String value)Use this in place of valueOf.static ScalarAttributeTypeScalarAttributeType. valueOf(String name)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 ScalarAttributeType Modifier and Type Method Description voidAttributeDefinition. setAttributeType(ScalarAttributeType attributeType)The data type for the attribute, where:AttributeDefinitionAttributeDefinition. withAttributeType(ScalarAttributeType attributeType)The data type for the attribute, where:Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type ScalarAttributeType Constructor Description AttributeDefinition(String attributeName, ScalarAttributeType attributeType)Constructs a new AttributeDefinition object.
-