Uses of Class
software.amazon.awssdk.services.kendra.model.SpellCorrectedQuery
-
Packages that use SpellCorrectedQuery Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SpellCorrectedQuery in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SpellCorrectedQuery Modifier and Type Method Description List<SpellCorrectedQuery>QueryResponse. spellCorrectedQueries()A list of information related to suggested spell corrections for a query.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SpellCorrectedQuery Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. spellCorrectedQueries(SpellCorrectedQuery... spellCorrectedQueries)A list of information related to suggested spell corrections for a query.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SpellCorrectedQuery Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. spellCorrectedQueries(Collection<SpellCorrectedQuery> spellCorrectedQueries)A list of information related to suggested spell corrections for a query.
-