Uses of Class
software.amazon.awssdk.services.kendra.model.Correction
-
Packages that use Correction Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Correction in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Correction Modifier and Type Method Description List<Correction>SpellCorrectedQuery. corrections()The corrected misspelled word or words in a query.Methods in software.amazon.awssdk.services.kendra.model with parameters of type Correction Modifier and Type Method Description SpellCorrectedQuery.BuilderSpellCorrectedQuery.Builder. corrections(Correction... corrections)The corrected misspelled word or words in a query.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Correction Modifier and Type Method Description SpellCorrectedQuery.BuilderSpellCorrectedQuery.Builder. corrections(Collection<Correction> corrections)The corrected misspelled word or words in a query.
-