Package | Description |
---|---|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
KeySchema |
TableDescription.getKeySchema()
Deprecated.
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
KeySchema |
CreateTableRequest.getKeySchema()
Deprecated.
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setKeySchema(KeySchema keySchema)
Deprecated.
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
void |
CreateTableRequest.setKeySchema(KeySchema keySchema)
Deprecated.
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
TableDescription |
TableDescription.withKeySchema(KeySchema keySchema)
Deprecated.
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
CreateTableRequest |
CreateTableRequest.withKeySchema(KeySchema keySchema)
Deprecated.
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
Constructor and Description |
---|
CreateTableRequest(String tableName,
KeySchema keySchema)
Deprecated.
Constructs a new CreateTableRequest object.
|
Copyright © 2014. All rights reserved.