Uses of Class
software.amazon.awssdk.services.dynamodb.model.VectorIndexDescription
Packages that use VectorIndexDescription
-
Uses of VectorIndexDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type VectorIndexDescriptionModifier and TypeMethodDescriptionfinal List<VectorIndexDescription>TableDescription.vectorIndexes()The vector indexes, if any, on the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type VectorIndexDescriptionModifier and TypeMethodDescriptionTableDescription.Builder.vectorIndexes(VectorIndexDescription... vectorIndexes) The vector indexes, if any, on the table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type VectorIndexDescriptionModifier and TypeMethodDescriptionTableDescription.Builder.vectorIndexes(Collection<VectorIndexDescription> vectorIndexes) The vector indexes, if any, on the table.