Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
LocalSecondaryIndex |
LocalSecondaryIndex.clone() |
LocalSecondaryIndex |
LocalSecondaryIndex.withIndexName(String indexName)
The name of the local secondary index.
|
LocalSecondaryIndex |
LocalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types (
HASH
or RANGE ). |
LocalSecondaryIndex |
LocalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for the local secondary index, consisting of
one or more pairs of attribute names and key types (
HASH
or RANGE ). |
LocalSecondaryIndex |
LocalSecondaryIndex.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into
an index.
|
Modifier and Type | Method and Description |
---|---|
List<LocalSecondaryIndex> |
CreateTableRequest.getLocalSecondaryIndexes()
One or more local secondary indexes (the maximum is five) to be
created on the table.
|
Modifier and Type | Method and Description |
---|---|
CreateTableRequest |
CreateTableRequest.withLocalSecondaryIndexes(LocalSecondaryIndex... localSecondaryIndexes)
One or more local secondary indexes (the maximum is five) to be
created on the table.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTableRequest.setLocalSecondaryIndexes(Collection<LocalSecondaryIndex> localSecondaryIndexes)
One or more local secondary indexes (the maximum is five) to be
created on the table.
|
CreateTableRequest |
CreateTableRequest.withLocalSecondaryIndexes(Collection<LocalSecondaryIndex> localSecondaryIndexes)
One or more local secondary indexes (the maximum is five) to be
created on the table.
|
Copyright © 2015. All rights reserved.