Uses of Class
software.amazon.awssdk.services.qconnect.model.DocumentText
-
Packages that use DocumentText Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of DocumentText in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return DocumentText Modifier and Type Method Description DocumentTextDocument. excerpt()The excerpt from the document.DocumentTextTextData. excerpt()Returns the value of the Excerpt property for this object.DocumentTextDocument. title()The title of the document.DocumentTextTextData. title()Returns the value of the Title property for this object.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type DocumentText Modifier and Type Method Description Document.BuilderDocument.Builder. excerpt(DocumentText excerpt)The excerpt from the document.TextData.BuilderTextData.Builder. excerpt(DocumentText excerpt)Sets the value of the Excerpt property for this object.Document.BuilderDocument.Builder. title(DocumentText title)The title of the document.TextData.BuilderTextData.Builder. title(DocumentText title)Sets the value of the Title property for this object.
-