| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ListJobsFilterTerm |
ListJobsFilterTerm.clone() |
ListJobsFilterTerm |
ListJobsFilterTerm.withComparator(JobComparator comparator)
The operator to use to filter the results.
|
ListJobsFilterTerm |
ListJobsFilterTerm.withComparator(String comparator)
The operator to use to filter the results.
|
ListJobsFilterTerm |
ListJobsFilterTerm.withKey(ListJobsFilterKey key)
The property to use to filter the results.
|
ListJobsFilterTerm |
ListJobsFilterTerm.withKey(String key)
The property to use to filter the results.
|
ListJobsFilterTerm |
ListJobsFilterTerm.withValues(Collection<String> values)
An array that lists one or more values to use to filter the results.
|
ListJobsFilterTerm |
ListJobsFilterTerm.withValues(String... values)
An array that lists one or more values to use to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListJobsFilterTerm> |
ListJobsFilterCriteria.getExcludes()
An array of objects, one for each condition that determines which jobs to exclude from the results.
|
List<ListJobsFilterTerm> |
ListJobsFilterCriteria.getIncludes()
An array of objects, one for each condition that determines which jobs to include in the results.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsFilterCriteria |
ListJobsFilterCriteria.withExcludes(ListJobsFilterTerm... excludes)
An array of objects, one for each condition that determines which jobs to exclude from the results.
|
ListJobsFilterCriteria |
ListJobsFilterCriteria.withIncludes(ListJobsFilterTerm... includes)
An array of objects, one for each condition that determines which jobs to include in the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsFilterCriteria.setExcludes(Collection<ListJobsFilterTerm> excludes)
An array of objects, one for each condition that determines which jobs to exclude from the results.
|
void |
ListJobsFilterCriteria.setIncludes(Collection<ListJobsFilterTerm> includes)
An array of objects, one for each condition that determines which jobs to include in the results.
|
ListJobsFilterCriteria |
ListJobsFilterCriteria.withExcludes(Collection<ListJobsFilterTerm> excludes)
An array of objects, one for each condition that determines which jobs to exclude from the results.
|
ListJobsFilterCriteria |
ListJobsFilterCriteria.withIncludes(Collection<ListJobsFilterTerm> includes)
An array of objects, one for each condition that determines which jobs to include in the results.
|
Copyright © 2022. All rights reserved.