Uses of Class
software.amazon.awssdk.services.kendra.model.Highlight
-
Packages that use Highlight Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Highlight in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Highlight Modifier and Type Method Description List<Highlight>TextWithHighlights. highlights()The beginning and end of the text that should be highlighted.Methods in software.amazon.awssdk.services.kendra.model with parameters of type Highlight Modifier and Type Method Description TextWithHighlights.BuilderTextWithHighlights.Builder. highlights(Highlight... highlights)The beginning and end of the text that should be highlighted.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Highlight Modifier and Type Method Description TextWithHighlights.BuilderTextWithHighlights.Builder. highlights(Collection<Highlight> highlights)The beginning and end of the text that should be highlighted.
-