Package | Description |
---|---|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
KeySchemaElement |
KeySchema.getHashKeyElement()
Deprecated.
A hash key element is treated as the primary key, and can be a string
or a number.
|
KeySchemaElement |
KeySchema.getRangeKeyElement()
Deprecated.
A range key element is treated as a secondary key (used in conjunction
with the primary key), and can be a string or a number, and is only
used for hash-and-range primary keys.
|
KeySchemaElement |
KeySchemaElement.withAttributeName(String attributeName)
Deprecated.
The
AttributeName of the KeySchemaElement . |
KeySchemaElement |
KeySchemaElement.withAttributeType(ScalarAttributeType attributeType)
Deprecated.
The
AttributeType of the KeySchemaElement
which can be a String or a Number . |
KeySchemaElement |
KeySchemaElement.withAttributeType(String attributeType)
Deprecated.
The
AttributeType of the KeySchemaElement
which can be a String or a Number . |
Modifier and Type | Method and Description |
---|---|
void |
KeySchema.setHashKeyElement(KeySchemaElement hashKeyElement)
Deprecated.
A hash key element is treated as the primary key, and can be a string
or a number.
|
void |
KeySchema.setRangeKeyElement(KeySchemaElement rangeKeyElement)
Deprecated.
A range key element is treated as a secondary key (used in conjunction
with the primary key), and can be a string or a number, and is only
used for hash-and-range primary keys.
|
KeySchema |
KeySchema.withHashKeyElement(KeySchemaElement hashKeyElement)
Deprecated.
A hash key element is treated as the primary key, and can be a string
or a number.
|
KeySchema |
KeySchema.withRangeKeyElement(KeySchemaElement rangeKeyElement)
Deprecated.
A range key element is treated as a secondary key (used in conjunction
with the primary key), and can be a string or a number, and is only
used for hash-and-range primary keys.
|
Constructor and Description |
---|
KeySchema(KeySchemaElement hashKeyElement)
Deprecated.
Constructs a new KeySchema object.
|
Copyright © 2014. All rights reserved.