Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedVectorIndex
Packages that use EnhancedVectorIndex
Package
Description
-
Uses of EnhancedVectorIndex in software.amazon.awssdk.enhanced.dynamodb.document
Methods in software.amazon.awssdk.enhanced.dynamodb.document with parameters of type EnhancedVectorIndexModifier and TypeMethodDescriptionDocumentTableSchema.Builder.vectorIndexes(EnhancedVectorIndex... vectorIndexes) Adds one or more vector indexes to the table metadata.Method parameters in software.amazon.awssdk.enhanced.dynamodb.document with type arguments of type EnhancedVectorIndexModifier and TypeMethodDescriptionDocumentTableSchema.Builder.vectorIndexes(List<EnhancedVectorIndex> vectorIndexes) Adds one or more vector indexes to the table metadata. -
Uses of EnhancedVectorIndex in software.amazon.awssdk.enhanced.dynamodb.internal
Methods in software.amazon.awssdk.enhanced.dynamodb.internal that return types with arguments of type EnhancedVectorIndexMethods in software.amazon.awssdk.enhanced.dynamodb.internal with parameters of type EnhancedVectorIndexModifier and TypeMethodDescriptionstatic VectorIndexVectorIndexUtils.toVectorIndex(EnhancedVectorIndex enhancedVectorIndex) -
Uses of EnhancedVectorIndex in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type EnhancedVectorIndexModifier and TypeMethodDescriptionStaticTableMetadata.Builder.addVectorIndex(EnhancedVectorIndex enhancedVectorIndex) Adds metadata for a vector index on this table.static StaticTableTagStaticAttributeTags.vectorIndexes(EnhancedVectorIndex... vectorIndexes) Associates one or more vector indexes with aStaticTableSchema.Method parameters in software.amazon.awssdk.enhanced.dynamodb.mapper with type arguments of type EnhancedVectorIndexModifier and TypeMethodDescriptionstatic StaticTableTagStaticAttributeTags.vectorIndexes(Collection<EnhancedVectorIndex> vectorIndexes) Associates one or more vector indexes with aStaticTableSchema. -
Uses of EnhancedVectorIndex in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return EnhancedVectorIndexMethods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type EnhancedVectorIndexModifier and TypeMethodDescriptionCreateTableEnhancedRequest.vectorIndexes()Returns the vector indexes set on this request object, or null if none have been set.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type EnhancedVectorIndexModifier and TypeMethodDescriptionstatic VectorIndexMetadataVectorIndexMetadata.fromEnhancedVectorIndex(EnhancedVectorIndex enhancedVectorIndex) Creates aVectorIndexMetadatafrom anEnhancedVectorIndex.CreateTableEnhancedRequest.Builder.vectorIndexes(EnhancedVectorIndex... vectorIndexes) Defines a vector index for this table.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type EnhancedVectorIndexModifier and TypeMethodDescriptionCreateTableEnhancedRequest.Builder.vectorIndexes(Collection<EnhancedVectorIndex> vectorIndexes) Defines a vector index for this table.