Uses of Class
software.amazon.awssdk.services.macie2.model.TagValuePair
-
Packages that use TagValuePair Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of TagValuePair in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type TagValuePair Modifier and Type Method Description List<TagValuePair>TagScopeTerm. tagValues()The tag keys or tag key and value pairs to use in the condition.Methods in software.amazon.awssdk.services.macie2.model with parameters of type TagValuePair Modifier and Type Method Description TagScopeTerm.BuilderTagScopeTerm.Builder. tagValues(TagValuePair... tagValues)The tag keys 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 TagValuePair Modifier and Type Method Description TagScopeTerm.BuilderTagScopeTerm.Builder. tagValues(Collection<TagValuePair> tagValues)The tag keys or tag key and value pairs to use in the condition.
-