Uses of Class
software.amazon.awssdk.services.qbusiness.model.AttributeFilter
-
Packages that use AttributeFilter Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttributeFilter in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AttributeFilter Modifier and Type Method Description AttributeFilterChatSyncRequest. attributeFilter()Enables filtering of Amazon Q Business web experience responses based on document attributes or metadata fields.AttributeFilterConfigurationEvent. attributeFilter()Returns the value of the AttributeFilter property for this object.AttributeFilterAttributeFilter. notFilter()Performs a logicalNOToperation on all supplied filters.Methods in software.amazon.awssdk.services.qbusiness.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.qbusiness.model with parameters of type AttributeFilter Modifier and Type Method Description AttributeFilter.BuilderAttributeFilter.Builder. andAllFilters(AttributeFilter... andAllFilters)Performs a logicalANDoperation on all supplied filters.ChatSyncRequest.BuilderChatSyncRequest.Builder. attributeFilter(AttributeFilter attributeFilter)Enables filtering of Amazon Q Business web experience responses based on document attributes or metadata fields.ConfigurationEvent.BuilderConfigurationEvent.Builder. attributeFilter(AttributeFilter attributeFilter)Sets the value of the AttributeFilter property for this object.ConfigurationEvent.BuilderConfigurationEvent.BuilderImpl. attributeFilter(AttributeFilter attributeFilter)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.qbusiness.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.
-