Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentAttributeCondition
-
Packages that use DocumentAttributeCondition Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentAttributeCondition in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentAttributeCondition Modifier and Type Method Description DocumentAttributeConditionInlineDocumentEnrichmentConfiguration. condition()Returns the value of the Condition property for this object.DocumentAttributeConditionHookConfiguration. invocationCondition()The condition used for when a Lambda function should be invoked.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentAttributeCondition Modifier and Type Method Description InlineDocumentEnrichmentConfiguration.BuilderInlineDocumentEnrichmentConfiguration.Builder. condition(DocumentAttributeCondition condition)Sets the value of the Condition property for this object.HookConfiguration.BuilderHookConfiguration.Builder. invocationCondition(DocumentAttributeCondition invocationCondition)The condition used for when a Lambda function should be invoked.
-