Uses of Enum
com.amazonaws.services.dynamodbv2.model.KeyType
Packages that use KeyType
-
Uses of KeyType in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return KeyTypeModifier and TypeMethodDescriptionstatic KeyType
Use this in place of valueOf.static KeyType
Returns the enum constant of this type with the specified name.static KeyType[]
KeyType.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 KeyTypeModifier and TypeMethodDescriptionvoid
KeySchemaElement.setKeyType
(KeyType keyType) The role that this key attribute will assume:KeySchemaElement.withKeyType
(KeyType keyType) The role that this key attribute will assume:Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type KeyTypeModifierConstructorDescriptionKeySchemaElement
(String attributeName, KeyType keyType) Constructs a new KeySchemaElement object.