| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleCriterionForJob |
SimpleCriterionForJob.clone() |
SimpleCriterionForJob |
CriteriaForJob.getSimpleCriterion()
A property-based condition that defines a property, operator, and one or more values for including or excluding
buckets from the job.
|
SimpleCriterionForJob |
SimpleCriterionForJob.withComparator(JobComparator comparator)
The operator to use in the condition.
|
SimpleCriterionForJob |
SimpleCriterionForJob.withComparator(String comparator)
The operator to use in the condition.
|
SimpleCriterionForJob |
SimpleCriterionForJob.withKey(SimpleCriterionKeyForJob key)
The property to use in the condition.
|
SimpleCriterionForJob |
SimpleCriterionForJob.withKey(String key)
The property to use in the condition.
|
SimpleCriterionForJob |
SimpleCriterionForJob.withValues(Collection<String> values)
An array that lists one or more values to use in the condition.
|
SimpleCriterionForJob |
SimpleCriterionForJob.withValues(String... values)
An array that lists one or more values to use in the condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaForJob.setSimpleCriterion(SimpleCriterionForJob simpleCriterion)
A property-based condition that defines a property, operator, and one or more values for including or excluding
buckets from the job.
|
CriteriaForJob |
CriteriaForJob.withSimpleCriterion(SimpleCriterionForJob simpleCriterion)
A property-based condition that defines a property, operator, and one or more values for including or excluding
buckets from the job.
|
Copyright © 2024. All rights reserved.