Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
List<GlobalSecondaryIndexUpdate> |
UpdateTableRequest.globalSecondaryIndexUpdates()
An array of one or more global secondary indexes for the table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.globalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
Copyright © 2023. All rights reserved.