Uses of Class
software.amazon.awssdk.services.wisdom.model.Highlight
-
Packages that use Highlight Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of Highlight in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type Highlight Modifier and Type Method Description List<Highlight>DocumentText. highlights()Highlights in the document text.Methods in software.amazon.awssdk.services.wisdom.model with parameters of type Highlight Modifier and Type Method Description DocumentText.BuilderDocumentText.Builder. highlights(Highlight... highlights)Highlights in the document text.Method parameters in software.amazon.awssdk.services.wisdom.model with type arguments of type Highlight Modifier and Type Method Description DocumentText.BuilderDocumentText.Builder. highlights(Collection<Highlight> highlights)Highlights in the document text.
-