Uses of Class
software.amazon.awssdk.services.kendra.model.HookConfiguration
-
Packages that use HookConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of HookConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return HookConfiguration Modifier and Type Method Description HookConfigurationCustomDocumentEnrichmentConfiguration. postExtractionHookConfiguration()Configuration information for invoking a Lambda function in Lambda on the structured documents with their metadata and text extracted.HookConfigurationCustomDocumentEnrichmentConfiguration. preExtractionHookConfiguration()Configuration information for invoking a Lambda function in Lambda on the original or raw documents before extracting their metadata and text.Methods in software.amazon.awssdk.services.kendra.model with parameters of type HookConfiguration Modifier and Type Method Description CustomDocumentEnrichmentConfiguration.BuilderCustomDocumentEnrichmentConfiguration.Builder. postExtractionHookConfiguration(HookConfiguration postExtractionHookConfiguration)Configuration information for invoking a Lambda function in Lambda on the structured documents with their metadata and text extracted.CustomDocumentEnrichmentConfiguration.BuilderCustomDocumentEnrichmentConfiguration.Builder. preExtractionHookConfiguration(HookConfiguration preExtractionHookConfiguration)Configuration information for invoking a Lambda function in Lambda on the original or raw documents before extracting their metadata and text.
-