Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DeleteVectorIndexAction.Builder
Packages that use DeleteVectorIndexAction.Builder
-
Uses of DeleteVectorIndexAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DeleteVectorIndexAction.BuilderModifier and TypeMethodDescriptionDeleteVectorIndexAction.builder()The name of the vector index to delete.DeleteVectorIndexAction.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DeleteVectorIndexAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteVectorIndexAction.Builder>DeleteVectorIndexAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type DeleteVectorIndexAction.BuilderModifier and TypeMethodDescriptiondefault VectorIndexUpdate.BuilderVectorIndexUpdate.Builder.delete(Consumer<DeleteVectorIndexAction.Builder> delete) The configuration for deleting an existing vector index from the table.