Uses of Class
software.amazon.awssdk.services.qbusiness.model.HookConfiguration
-
Packages that use HookConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of HookConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return HookConfiguration Modifier and Type Method Description HookConfigurationDocumentEnrichmentConfiguration. postExtractionHookConfiguration()Returns the value of the PostExtractionHookConfiguration property for this object.HookConfigurationDocumentEnrichmentConfiguration. preExtractionHookConfiguration()Returns the value of the PreExtractionHookConfiguration property for this object.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type HookConfiguration Modifier and Type Method Description DocumentEnrichmentConfiguration.BuilderDocumentEnrichmentConfiguration.Builder. postExtractionHookConfiguration(HookConfiguration postExtractionHookConfiguration)Sets the value of the PostExtractionHookConfiguration property for this object.DocumentEnrichmentConfiguration.BuilderDocumentEnrichmentConfiguration.Builder. preExtractionHookConfiguration(HookConfiguration preExtractionHookConfiguration)Sets the value of the PreExtractionHookConfiguration property for this object.
-