Uses of Class
software.amazon.awssdk.services.qconnect.model.ContentReference
-
Packages that use ContentReference Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ContentReference in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ContentReference Modifier and Type Method Description ContentReferenceDataReference. contentReference()Returns the value of the ContentReference property for this object.ContentReferenceDocument. contentReference()A reference to the content resource.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type ContentReference Modifier and Type Method Description DataReference.BuilderDataReference.Builder. contentReference(ContentReference contentReference)Sets the value of the ContentReference property for this object.Document.BuilderDocument.Builder. contentReference(ContentReference contentReference)A reference to the content resource.static DataReferenceDataReference. fromContentReference(ContentReference contentReference)Create an instance of this class withDataReference.contentReference()initialized to the given value.
-