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