Uses of Interface
software.amazon.awssdk.services.macie2.model.Scoping.Builder
-
Packages that use Scoping.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Scoping.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return Scoping.Builder Modifier and Type Method Description static Scoping.BuilderScoping. builder()default Scoping.BuilderScoping.Builder. excludes(Consumer<JobScopingBlock.Builder> excludes)The property- and tag-based conditions that determine which objects to exclude from the analysis.Scoping.BuilderScoping.Builder. excludes(JobScopingBlock excludes)The property- and tag-based conditions that determine which objects to exclude from the analysis.default Scoping.BuilderScoping.Builder. includes(Consumer<JobScopingBlock.Builder> includes)The property- and tag-based conditions that determine which objects to include in the analysis.Scoping.BuilderScoping.Builder. includes(JobScopingBlock includes)The property- and tag-based conditions that determine which objects to include in the analysis.Scoping.BuilderScoping. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Scoping.Builder Modifier and Type Method Description static Class<? extends Scoping.Builder>Scoping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Scoping.Builder Modifier and Type Method Description default S3JobDefinition.BuilderS3JobDefinition.Builder. scoping(Consumer<Scoping.Builder> scoping)The property- and tag-based conditions that determine which S3 objects to include or exclude from the analysis.
-