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