| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<AwsDynamoDbTableGlobalSecondaryIndex> |
AwsDynamoDbTableDetails.globalSecondaryIndexes()
List of global secondary indexes for the table.
|
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableDetails.Builder |
AwsDynamoDbTableDetails.Builder.globalSecondaryIndexes(AwsDynamoDbTableGlobalSecondaryIndex... globalSecondaryIndexes)
List of global secondary indexes for the table.
|
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableDetails.Builder |
AwsDynamoDbTableDetails.Builder.globalSecondaryIndexes(Collection<AwsDynamoDbTableGlobalSecondaryIndex> globalSecondaryIndexes)
List of global secondary indexes for the table.
|
Copyright © 2023. All rights reserved.