Uses of Class
software.amazon.awssdk.services.dynamodb.model.VectorIndex
Packages that use VectorIndex
-
Uses of VectorIndex in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type VectorIndexModifier and TypeMethodDescriptionfinal List<VectorIndex>CreateTableRequest.vectorIndexes()One or more vector indexes to be created on the table.final List<VectorIndex>TableCreationParameters.vectorIndexes()The vector indexes of the table to be created as part of the import operation.final List<VectorIndex>RestoreTableFromBackupRequest.vectorIndexOverride()The vector indexes for the restored table.final List<VectorIndex>RestoreTableToPointInTimeRequest.vectorIndexOverride()The vector indexes for the restored table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type VectorIndexModifier and TypeMethodDescriptionCreateTableRequest.Builder.vectorIndexes(VectorIndex... vectorIndexes) One or more vector indexes to be created on the table.TableCreationParameters.Builder.vectorIndexes(VectorIndex... vectorIndexes) The vector indexes of the table to be created as part of the import operation.RestoreTableFromBackupRequest.Builder.vectorIndexOverride(VectorIndex... vectorIndexOverride) The vector indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.vectorIndexOverride(VectorIndex... vectorIndexOverride) The vector indexes for the restored table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type VectorIndexModifier and TypeMethodDescriptionCreateTableRequest.Builder.vectorIndexes(Collection<VectorIndex> vectorIndexes) One or more vector indexes to be created on the table.TableCreationParameters.Builder.vectorIndexes(Collection<VectorIndex> vectorIndexes) The vector indexes of the table to be created as part of the import operation.RestoreTableFromBackupRequest.Builder.vectorIndexOverride(Collection<VectorIndex> vectorIndexOverride) The vector indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.vectorIndexOverride(Collection<VectorIndex> vectorIndexOverride) The vector indexes for the restored table.