Interface DynamoDbAsyncVectorIndex<T>

Type Parameters:
T - The type of the modelled object.
All Known Implementing Classes:
DefaultDynamoDbAsyncVectorIndex

@SdkPublicApi @ThreadSafe public interface DynamoDbAsyncVectorIndex<T>
Asynchronous interface for running vector search commands against a specific DynamoDb vector index linked to a mapped table.

By default, all command methods throw an UnsupportedOperationException to prevent interface extensions from breaking implementing classes.