Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableGlobalSecondaryIndex
-
Packages that use AwsDynamoDbTableGlobalSecondaryIndex Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsDynamoDbTableGlobalSecondaryIndex in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsDynamoDbTableGlobalSecondaryIndex Modifier and Type Method Description List<AwsDynamoDbTableGlobalSecondaryIndex>AwsDynamoDbTableDetails. globalSecondaryIndexes()List of global secondary indexes for the table.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsDynamoDbTableGlobalSecondaryIndex Modifier and Type Method Description AwsDynamoDbTableDetails.BuilderAwsDynamoDbTableDetails.Builder. globalSecondaryIndexes(AwsDynamoDbTableGlobalSecondaryIndex... globalSecondaryIndexes)List of global secondary indexes for the table.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsDynamoDbTableGlobalSecondaryIndex Modifier and Type Method Description AwsDynamoDbTableDetails.BuilderAwsDynamoDbTableDetails.Builder. globalSecondaryIndexes(Collection<AwsDynamoDbTableGlobalSecondaryIndex> globalSecondaryIndexes)List of global secondary indexes for the table.
-