| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
JobScopeTerm |
JobScopeTerm.clone() |
JobScopeTerm |
JobScopeTerm.withSimpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or excluding
objects from the job.
|
JobScopeTerm |
JobScopeTerm.withTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or
excluding objects from the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobScopeTerm> |
JobScopingBlock.getAnd()
An array of conditions, one for each property- or tag-based condition that determines which objects to include or
exclude from the job.
|
| Modifier and Type | Method and Description |
|---|---|
JobScopingBlock |
JobScopingBlock.withAnd(JobScopeTerm... and)
An array of conditions, one for each property- or tag-based condition that determines which objects to include or
exclude from the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobScopingBlock.setAnd(Collection<JobScopeTerm> and)
An array of conditions, one for each property- or tag-based condition that determines which objects to include or
exclude from the job.
|
JobScopingBlock |
JobScopingBlock.withAnd(Collection<JobScopeTerm> and)
An array of conditions, one for each property- or tag-based condition that determines which objects to include or
exclude from the job.
|
Copyright © 2021. All rights reserved.