| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionJobFilter |
IngestionJobFilter.clone() |
IngestionJobFilter |
IngestionJobFilter.withAttribute(IngestionJobFilterAttribute attribute)
The attribute by which to filter the results.
|
IngestionJobFilter |
IngestionJobFilter.withAttribute(String attribute)
The attribute by which to filter the results.
|
IngestionJobFilter |
IngestionJobFilter.withOperator(IngestionJobFilterOperator operator)
The operation to carry out between the attribute and the values.
|
IngestionJobFilter |
IngestionJobFilter.withOperator(String operator)
The operation to carry out between the attribute and the values.
|
IngestionJobFilter |
IngestionJobFilter.withValues(Collection<String> values)
A list of values for the attribute.
|
IngestionJobFilter |
IngestionJobFilter.withValues(String... values)
A list of values for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<IngestionJobFilter> |
ListIngestionJobsRequest.getFilters()
Contains a definition of a filter for which to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withFilters(IngestionJobFilter... filters)
Contains a definition of a filter for which to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionJobsRequest.setFilters(Collection<IngestionJobFilter> filters)
Contains a definition of a filter for which to filter the results.
|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withFilters(Collection<IngestionJobFilter> filters)
Contains a definition of a filter for which to filter the results.
|
Copyright © 2025. All rights reserved.