Uses of Class
software.amazon.awssdk.services.macie2.model.JobScopingBlock
-
Packages that use JobScopingBlock Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of JobScopingBlock in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return JobScopingBlock Modifier and Type Method Description JobScopingBlockScoping. excludes()The property- and tag-based conditions that determine which objects to exclude from the analysis.JobScopingBlockScoping. includes()The property- and tag-based conditions that determine which objects to include in the analysis.Methods in software.amazon.awssdk.services.macie2.model with parameters of type JobScopingBlock Modifier and Type Method Description Scoping.BuilderScoping.Builder. excludes(JobScopingBlock excludes)The property- and tag-based conditions that determine which objects to exclude from the analysis.Scoping.BuilderScoping.Builder. includes(JobScopingBlock includes)The property- and tag-based conditions that determine which objects to include in the analysis.
-