Uses of Class
software.amazon.awssdk.services.qapps.model.AttributeFilter
-
Packages that use AttributeFilter Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of AttributeFilter in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return AttributeFilter Modifier and Type Method Description AttributeFilterQQueryCard. attributeFilter()The Amazon Q Business filters applied in this query card when resolving data sourcesAttributeFilterQQueryCardInput. attributeFilter()Turns on filtering of responses based on document attributes or metadata fields.AttributeFilterAttributeFilter. notFilter()Performs a logicalNOToperation on all supplied filters.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type AttributeFilter Modifier and Type Method Description List<AttributeFilter>AttributeFilter. andAllFilters()Performs a logicalANDoperation on all supplied filters.List<AttributeFilter>AttributeFilter. orAllFilters()Performs a logicalORoperation on all supplied filters.Methods in software.amazon.awssdk.services.qapps.model with parameters of type AttributeFilter Modifier and Type Method Description AttributeFilter.BuilderAttributeFilter.Builder. andAllFilters(AttributeFilter... andAllFilters)Performs a logicalANDoperation on all supplied filters.QQueryCard.BuilderQQueryCard.Builder. attributeFilter(AttributeFilter attributeFilter)The Amazon Q Business filters applied in this query card when resolving data sourcesQQueryCardInput.BuilderQQueryCardInput.Builder. attributeFilter(AttributeFilter attributeFilter)Turns on filtering of responses based on document attributes or metadata fields.AttributeFilter.BuilderAttributeFilter.Builder. notFilter(AttributeFilter notFilter)Performs a logicalNOToperation on all supplied filters.AttributeFilter.BuilderAttributeFilter.Builder. orAllFilters(AttributeFilter... orAllFilters)Performs a logicalORoperation on all supplied filters.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type AttributeFilter Modifier and Type Method Description AttributeFilter.BuilderAttributeFilter.Builder. andAllFilters(Collection<AttributeFilter> andAllFilters)Performs a logicalANDoperation on all supplied filters.AttributeFilter.BuilderAttributeFilter.Builder. orAllFilters(Collection<AttributeFilter> orAllFilters)Performs a logicalORoperation on all supplied filters.
-