Uses of Enum
com.amazonaws.services.dynamodbv2.model.ScalarAttributeType
Packages that use ScalarAttributeType
-
Uses of ScalarAttributeType in com.amazonaws.services.dynamodbv2.model
Subclasses with type arguments of type ScalarAttributeType in com.amazonaws.services.dynamodbv2.modelMethods in com.amazonaws.services.dynamodbv2.model that return ScalarAttributeTypeModifier and TypeMethodDescriptionstatic ScalarAttributeTypeUse this in place of valueOf.static ScalarAttributeTypeReturns 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 TypeMethodDescriptionvoidAttributeDefinition.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.