Uses of Enum Class
software.amazon.awscdk.services.dynamodb.AttributeType
Packages that use AttributeType
-
Uses of AttributeType in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return AttributeTypeModifier and TypeMethodDescriptionAttribute.getType()The data type of an attribute.final AttributeTypeAttribute.Jsii$Proxy.getType()static AttributeTypeReturns the enum constant of this class with the specified name.static AttributeType[]AttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.dynamodb with parameters of type AttributeTypeModifier and TypeMethodDescriptionAttribute.Builder.type(AttributeType type) Sets the value ofAttribute.getType()