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