Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.xspec |
A request-centric Expression Specification Builder package that can be used to construct valid
expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.
|
Modifier and Type | Method and Description |
---|---|
static Precedence |
Precedence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Precedence[] |
Precedence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|