| Package | Description |
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient.operations |
| Modifier and Type | Method and Description |
|---|---|
LocalSecondaryIndex |
LocalSecondaryIndex.Builder.build() |
static LocalSecondaryIndex |
LocalSecondaryIndex.of(String indexName,
Projection projection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LocalSecondaryIndex> |
CreateTable.getLocalSecondaryIndices() |
| Modifier and Type | Method and Description |
|---|---|
CreateTable.Builder |
CreateTable.Builder.localSecondaryIndices(LocalSecondaryIndex... localSecondaryIndices) |
| Modifier and Type | Method and Description |
|---|---|
CreateTable.Builder |
CreateTable.Builder.localSecondaryIndices(Collection<LocalSecondaryIndex> localSecondaryIndices) |
Copyright © 2019. All rights reserved.