Uses of Class
software.amazon.awssdk.services.macie2.model.TagCriterionPairForJob
-
Packages that use TagCriterionPairForJob Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of TagCriterionPairForJob in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type TagCriterionPairForJob Modifier and Type Method Description List<TagCriterionPairForJob>TagCriterionForJob. tagValues()The tag keys, tag values, or tag key and value pairs to use in the condition.Methods in software.amazon.awssdk.services.macie2.model with parameters of type TagCriterionPairForJob Modifier and Type Method Description TagCriterionForJob.BuilderTagCriterionForJob.Builder. tagValues(TagCriterionPairForJob... tagValues)The tag keys, tag values, or tag key and value pairs to use in the condition.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type TagCriterionPairForJob Modifier and Type Method Description TagCriterionForJob.BuilderTagCriterionForJob.Builder. tagValues(Collection<TagCriterionPairForJob> tagValues)The tag keys, tag values, or tag key and value pairs to use in the condition.
-