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 key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary 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 © 2020. All rights reserved.