Uses of Class
software.amazon.awssdk.services.qconnect.model.DataReference
-
Packages that use DataReference Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of DataReference in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return DataReference Modifier and Type Method Description static DataReferenceDataReference. fromContentReference(Consumer<ContentReference.Builder> contentReference)Create an instance of this class withcontentReference()initialized to the given value.static DataReferenceDataReference. fromContentReference(ContentReference contentReference)Create an instance of this class withcontentReference()initialized to the given value.static DataReferenceDataReference. fromGenerativeReference(Consumer<GenerativeReference.Builder> generativeReference)Create an instance of this class withgenerativeReference()initialized to the given value.static DataReferenceDataReference. fromGenerativeReference(GenerativeReference generativeReference)Create an instance of this class withgenerativeReference()initialized to the given value.DataReferenceDataSummary. reference()Reference information about the content.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type DataReference Modifier and Type Method Description DataSummary.BuilderDataSummary.Builder. reference(DataReference reference)Reference information about the content.
-