Uses of Enum
com.amazonaws.services.dynamodbv2.model.KeyType
Packages that use KeyType
-
Uses of KeyType in com.amazonaws.services.dynamodbv2.model
Subclasses with type arguments of type KeyType in com.amazonaws.services.dynamodbv2.modelMethods in com.amazonaws.services.dynamodbv2.model that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeUse this in place of valueOf.static KeyTypeReturns 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 TypeMethodDescriptionvoidKeySchemaElement.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.