Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJobFilter
Packages that use IngestionJobFilter
-
Uses of IngestionJobFilter in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestionJobFilterModifier and TypeMethodDescriptionfinal List<IngestionJobFilter>ListIngestionJobsRequest.filters()Contains information about the filters for filtering the data.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobFilterModifier and TypeMethodDescriptionListIngestionJobsRequest.Builder.filters(IngestionJobFilter... filters) Contains information about the filters for filtering the data.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type IngestionJobFilterModifier and TypeMethodDescriptionListIngestionJobsRequest.Builder.filters(Collection<IngestionJobFilter> filters) Contains information about the filters for filtering the data.