Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.VectorIndexMetadata
Packages that use VectorIndexMetadata
Package
Description
-
Uses of VectorIndexMetadata in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return types with arguments of type VectorIndexMetadataModifier and TypeMethodDescriptiondefault Collection<VectorIndexMetadata>TableMetadata.vectorIndices()Returns metadata about all the known vector indexes for this table. -
Uses of VectorIndexMetadata in software.amazon.awssdk.enhanced.dynamodb.internal
Constructor parameters in software.amazon.awssdk.enhanced.dynamodb.internal with type arguments of type VectorIndexMetadataModifierConstructorDescriptionTableVectorIndices(List<VectorIndexMetadata> vectorIndexMetadataList) -
Uses of VectorIndexMetadata in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return types with arguments of type VectorIndexMetadataMethods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type VectorIndexMetadataModifier and TypeMethodDescriptionStaticTableMetadata.Builder.addVectorIndex(VectorIndexMetadata vectorIndex) Adds metadata for a vector index on this table. -
Uses of VectorIndexMetadata in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return VectorIndexMetadataModifier and TypeMethodDescriptionVectorIndexMetadata.Builder.build()static VectorIndexMetadataVectorIndexMetadata.fromEnhancedVectorIndex(EnhancedVectorIndex enhancedVectorIndex) Creates aVectorIndexMetadatafrom anEnhancedVectorIndex.