Uses of Class
com.amazonaws.services.dynamodbv2.model.KeyType
-
Packages that use KeyType Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of KeyType in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return KeyType Modifier and Type Method Description static KeyType
KeyType. fromValue(String value)
Use this in place of valueOf.static KeyType
KeyType. valueOf(String name)
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 KeyType Modifier and Type Method Description void
KeySchemaElement. setKeyType(KeyType keyType)
The role that this key attribute will assume:KeySchemaElement
KeySchemaElement. withKeyType(KeyType keyType)
The role that this key attribute will assume:Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type KeyType Constructor Description KeySchemaElement(String attributeName, KeyType keyType)
Constructs a new KeySchemaElement object.
-