| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionJobFilter |
IngestionJobFilter.clone() |
IngestionJobFilter |
IngestionJobFilter.withAttribute(IngestionJobFilterAttribute attribute) |
IngestionJobFilter |
IngestionJobFilter.withAttribute(String attribute) |
IngestionJobFilter |
IngestionJobFilter.withOperator(IngestionJobFilterOperator operator) |
IngestionJobFilter |
IngestionJobFilter.withOperator(String operator) |
IngestionJobFilter |
IngestionJobFilter.withValues(Collection<String> values) |
IngestionJobFilter |
IngestionJobFilter.withValues(String... values)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<IngestionJobFilter> |
ListIngestionJobsRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withFilters(IngestionJobFilter... filters)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionJobsRequest.setFilters(Collection<IngestionJobFilter> filters) |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withFilters(Collection<IngestionJobFilter> filters) |
Copyright © 2023. All rights reserved.