| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<LocalSecondaryIndexDescription> |
TableDescription.localSecondaryIndexes()
Represents one or more local secondary indexes on the table.
|
| Modifier and Type | Method and Description |
|---|---|
TableDescription.Builder |
TableDescription.Builder.localSecondaryIndexes(LocalSecondaryIndexDescription... localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
|
| Modifier and Type | Method and Description |
|---|---|
TableDescription.Builder |
TableDescription.Builder.localSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
|
Copyright © 2019. All rights reserved.