Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withIndexName(String indexName)
Represents the name of the local secondary index.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withIndexSizeBytes(Long indexSizeBytes)
The total size of the specified index, in bytes.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withItemCount(Long itemCount)
The number of items in the specified index.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete index key schema, which consists of one or more pairs of
attribute names and key types (
HASH or
RANGE ). |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
The complete index key schema, which consists of one or more pairs of
attribute names and key types (
HASH or
RANGE ). |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into
an index.
|
Modifier and Type | Method and Description |
---|---|
List<LocalSecondaryIndexDescription> |
TableDescription.getLocalSecondaryIndexes()
Represents one or more local secondary indexes on the table.
|
Modifier and Type | Method and Description |
---|---|
TableDescription |
TableDescription.withLocalSecondaryIndexes(LocalSecondaryIndexDescription... localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
|
TableDescription |
TableDescription.withLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
|
Copyright © 2015. All rights reserved.