| Package | Description |
|---|---|
| com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
static ScalarAttributeType |
ScalarAttributeType.fromValue(String value)
Deprecated.
Use this in place of valueOf.
|
static ScalarAttributeType |
ScalarAttributeType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ScalarAttributeType[] |
ScalarAttributeType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeySchemaElement.setAttributeType(ScalarAttributeType attributeType)
Deprecated.
The
AttributeType of the KeySchemaElement
which can be a String or a Number. |
KeySchemaElement |
KeySchemaElement.withAttributeType(ScalarAttributeType attributeType)
Deprecated.
The
AttributeType of the KeySchemaElement
which can be a String or a Number. |
Copyright © 2014. All rights reserved.