Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentEnrichmentConfiguration
-
Packages that use DocumentEnrichmentConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentEnrichmentConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentEnrichmentConfiguration Modifier and Type Method Description DocumentEnrichmentConfigurationCreateDataSourceRequest. documentEnrichmentConfiguration()Returns the value of the DocumentEnrichmentConfiguration property for this object.DocumentEnrichmentConfigurationDocument. documentEnrichmentConfiguration()The configuration information for altering document metadata and content during the document ingestion process.DocumentEnrichmentConfigurationGetDataSourceResponse. documentEnrichmentConfiguration()Returns the value of the DocumentEnrichmentConfiguration property for this object.DocumentEnrichmentConfigurationUpdateDataSourceRequest. documentEnrichmentConfiguration()Returns the value of the DocumentEnrichmentConfiguration property for this object.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentEnrichmentConfiguration Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. documentEnrichmentConfiguration(DocumentEnrichmentConfiguration documentEnrichmentConfiguration)Sets the value of the DocumentEnrichmentConfiguration property for this object.Document.BuilderDocument.Builder. documentEnrichmentConfiguration(DocumentEnrichmentConfiguration documentEnrichmentConfiguration)The configuration information for altering document metadata and content during the document ingestion process.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. documentEnrichmentConfiguration(DocumentEnrichmentConfiguration documentEnrichmentConfiguration)Sets the value of the DocumentEnrichmentConfiguration property for this object.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. documentEnrichmentConfiguration(DocumentEnrichmentConfiguration documentEnrichmentConfiguration)Sets the value of the DocumentEnrichmentConfiguration property for this object.
-