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()Returns the value of the Filters property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobFilter Modifier and Type Method Description ListIngestionJobsRequest.BuilderListIngestionJobsRequest.Builder. filters(IngestionJobFilter... filters)Sets the value of the Filters property for this object.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)Sets the value of the Filters property for this object.
-