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 a definition of a filter for which to filter the results.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 a definition of a filter for which to filter the results.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 a definition of a filter for which to filter the results.
-