Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJobFilter
-
Packages that use IngestionJobFilter Package Description software.amazon.awssdk.services.bedrockagent.model -
-
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 IngestionJobFilter Modifier and Type Method Description 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 IngestionJobFilter Modifier and Type Method Description ListIngestionJobsRequest.BuilderListIngestionJobsRequest.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 IngestionJobFilter Modifier and Type Method Description ListIngestionJobsRequest.BuilderListIngestionJobsRequest.Builder. filters(Collection<IngestionJobFilter> filters)Contains information about the filters for filtering the data.
-