| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
JobScopingBlock.Builder |
JobScopingBlock.Builder.and(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.Builder |
JobScopingBlock.Builder.and(Consumer<JobScopeTerm.Builder>... 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.Builder |
JobScopingBlock.Builder.and(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.
|
static JobScopingBlock.Builder |
JobScopingBlock.builder() |
JobScopingBlock.Builder |
JobScopingBlock.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobScopingBlock.Builder> |
JobScopingBlock.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Scoping.Builder |
Scoping.Builder.excludes(Consumer<JobScopingBlock.Builder> excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
|
default Scoping.Builder |
Scoping.Builder.includes(Consumer<JobScopingBlock.Builder> includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
|
Copyright © 2022. All rights reserved.