Uses of Class
software.amazon.awssdk.services.macie2.model.CriteriaBlockForJob
-
Packages that use CriteriaBlockForJob Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of CriteriaBlockForJob in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return CriteriaBlockForJob Modifier and Type Method Description CriteriaBlockForJobS3BucketCriteriaForJob. excludes()The property- and tag-based conditions that determine which buckets to exclude from the job.CriteriaBlockForJobS3BucketCriteriaForJob. includes()The property- and tag-based conditions that determine which buckets to include in the job.Methods in software.amazon.awssdk.services.macie2.model with parameters of type CriteriaBlockForJob Modifier and Type Method Description S3BucketCriteriaForJob.BuilderS3BucketCriteriaForJob.Builder. excludes(CriteriaBlockForJob excludes)The property- and tag-based conditions that determine which buckets to exclude from the job.S3BucketCriteriaForJob.BuilderS3BucketCriteriaForJob.Builder. includes(CriteriaBlockForJob includes)The property- and tag-based conditions that determine which buckets to include in the job.
-