Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
Packages that use GlobalSecondaryIndexDescription
-
Uses of GlobalSecondaryIndexDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.globalSecondaryIndexes()The global secondary indexes, if any, on the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.Builder.globalSecondaryIndexes(GlobalSecondaryIndexDescription... globalSecondaryIndexes) The global secondary indexes, if any, on the table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes) The global secondary indexes, if any, on the table.