Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentContent
-
Packages that use DocumentContent Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentContent in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentContent Modifier and Type Method Description DocumentContentDocument. content()The contents of the document.static DocumentContentDocumentContent. fromBlob(SdkBytes blob)Create an instance of this class withblob()initialized to the given value.static DocumentContentDocumentContent. fromS3(Consumer<S3.Builder> s3)Create an instance of this class withs3()initialized to the given value.static DocumentContentDocumentContent. fromS3(S3 s3)Create an instance of this class withs3()initialized to the given value.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentContent Modifier and Type Method Description Document.BuilderDocument.Builder. content(DocumentContent content)The contents of the document.
-