Uses of Class
software.amazon.awssdk.services.wisdom.model.DocumentText
-
Packages that use DocumentText Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of DocumentText in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return DocumentText Modifier and Type Method Description DocumentTextDocument. excerpt()The excerpt from the document.DocumentTextDocument. title()The title of the document.Methods in software.amazon.awssdk.services.wisdom.model with parameters of type DocumentText Modifier and Type Method Description Document.BuilderDocument.Builder. excerpt(DocumentText excerpt)The excerpt from the document.Document.BuilderDocument.Builder. title(DocumentText title)The title of the document.
-