| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<GlobalSecondaryIndex> |
CreateTableRequest.globalSecondaryIndexes()
One or more global secondary indexes (the maximum is 20) to be created on the table.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.globalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes)
One or more global secondary indexes (the maximum is 20) to be created on the table.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)
One or more global secondary indexes (the maximum is 20) to be created on the table.
|
Copyright © 2019. All rights reserved.