Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PatternObjectFilter
-
Packages that use PatternObjectFilter Package Description software.amazon.awssdk.services.bedrockagent.model -
-
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 PatternObjectFilter Modifier and Type Method Description 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 PatternObjectFilter Modifier and Type Method Description PatternObjectFilterConfiguration.BuilderPatternObjectFilterConfiguration.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 PatternObjectFilter Modifier and Type Method Description PatternObjectFilterConfiguration.BuilderPatternObjectFilterConfiguration.Builder. filters(Collection<PatternObjectFilter> filters)The configuration of specific filters applied to your data source content.
-