Uses of Class
software.amazon.awssdk.services.macie2.model.CriteriaForJob
-
Packages that use CriteriaForJob Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of CriteriaForJob in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type CriteriaForJob Modifier and Type Method Description List<CriteriaForJob>CriteriaBlockForJob. and()An array of conditions, one for each condition that determines which buckets to include or exclude from the job.Methods in software.amazon.awssdk.services.macie2.model with parameters of type CriteriaForJob Modifier and Type Method Description CriteriaBlockForJob.BuilderCriteriaBlockForJob.Builder. and(CriteriaForJob... and)An array of conditions, one for each condition that determines which buckets to include or exclude from the job.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type CriteriaForJob Modifier and Type Method Description CriteriaBlockForJob.BuilderCriteriaBlockForJob.Builder. and(Collection<CriteriaForJob> and)An array of conditions, one for each condition that determines which buckets to include or exclude from the job.
-