Uses of Class
software.amazon.awssdk.services.dynamodb.model.VectorIndexUpdate
Packages that use VectorIndexUpdate
-
Uses of VectorIndexUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type VectorIndexUpdateModifier and TypeMethodDescriptionfinal List<VectorIndexUpdate>UpdateTableRequest.vectorIndexUpdates()A list of vector indexes to be added to or removed from the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type VectorIndexUpdateModifier and TypeMethodDescriptionUpdateTableRequest.Builder.vectorIndexUpdates(VectorIndexUpdate... vectorIndexUpdates) A list of vector indexes to be added to or removed from the table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type VectorIndexUpdateModifier and TypeMethodDescriptionUpdateTableRequest.Builder.vectorIndexUpdates(Collection<VectorIndexUpdate> vectorIndexUpdates) A list of vector indexes to be added to or removed from the table.