| 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
an object from the job.
|
JobScopeTerm |
JobScopeTerm.withTagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines an operator and a tag key and value for including or excluding an object from
the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobScopeTerm> |
JobScopingBlock.getAnd()
An array of conditions, one for each 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 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 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 condition that determines which objects to include or exclude from the job.
|
Copyright © 2020. All rights reserved.