| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
CriteriaForJob |
CriteriaForJob.clone() |
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.
|
CriteriaForJob |
CriteriaForJob.withTagCriterion(TagCriterionForJob tagCriterion)
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including
or excluding buckets from the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<CriteriaForJob> |
CriteriaBlockForJob.getAnd()
An array of conditions, one for each condition that determines which buckets to include or exclude from the job.
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaBlockForJob |
CriteriaBlockForJob.withAnd(CriteriaForJob... and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaBlockForJob.setAnd(Collection<CriteriaForJob> and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the job.
|
CriteriaBlockForJob |
CriteriaBlockForJob.withAnd(Collection<CriteriaForJob> and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the job.
|
Copyright © 2023. All rights reserved.