Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PatternObjectFilter
Packages that use PatternObjectFilter
-
Uses of PatternObjectFilter in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PatternObjectFilterModifier and TypeMethodDescriptionfinal List<PatternObjectFilter>PatternObjectFilterConfiguration.filters()The configuration of specific filters applied to your data source content.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PatternObjectFilterModifier and TypeMethodDescriptionPatternObjectFilterConfiguration.Builder.filters(PatternObjectFilter... filters) The configuration of specific filters applied to your data source content.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PatternObjectFilterModifier and TypeMethodDescriptionPatternObjectFilterConfiguration.Builder.filters(Collection<PatternObjectFilter> filters) The configuration of specific filters applied to your data source content.