Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.clone() |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withIndexArn(String indexArn)
The Amazon Resource Name (ARN) that uniquely identifies the index.
|
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) |
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 © 2016. All rights reserved.