| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
JobScopingBlock |
JobScopingBlock.clone() |
JobScopingBlock |
Scoping.getExcludes()
The property- or tag-based conditions that determine which objects to exclude from the analysis.
|
JobScopingBlock |
Scoping.getIncludes()
The property- or tag-based conditions that determine which objects to include in the analysis.
|
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.
|
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 |
Scoping.setExcludes(JobScopingBlock excludes)
The property- or tag-based conditions that determine which objects to exclude from the analysis.
|
void |
Scoping.setIncludes(JobScopingBlock includes)
The property- or tag-based conditions that determine which objects to include in the analysis.
|
Scoping |
Scoping.withExcludes(JobScopingBlock excludes)
The property- or tag-based conditions that determine which objects to exclude from the analysis.
|
Scoping |
Scoping.withIncludes(JobScopingBlock includes)
The property- or tag-based conditions that determine which objects to include in the analysis.
|
Copyright © 2021. All rights reserved.