| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
KeyValuesPair |
KeyValuesPair.clone() |
KeyValuesPair |
KeyValuesPair.withName(String name)
The name of the filter.
|
KeyValuesPair |
KeyValuesPair.withValues(Collection<String> values)
The filter values.
|
KeyValuesPair |
KeyValuesPair.withValues(String... values)
The filter values.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyValuesPair> |
ListJobsRequest.getFilters()
The filter to apply to the query.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.withFilters(KeyValuesPair... filters)
The filter to apply to the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsRequest.setFilters(Collection<KeyValuesPair> filters)
The filter to apply to the query.
|
ListJobsRequest |
ListJobsRequest.withFilters(Collection<KeyValuesPair> filters)
The filter to apply to the query.
|
Copyright © 2022. All rights reserved.