Uses of Class
com.amazonaws.services.inspector.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.inspector.model -
-
Uses of Tag in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return Tag Modifier and Type Method Description TagTag. clone()TagTag. withKey(String key)A tag key.TagTag. withValue(String value)A value assigned to a tag key.Methods in com.amazonaws.services.inspector.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResult. getTags()A collection of key and value pairs.List<Tag>SetTagsForResourceRequest. getTags()A collection of key and value pairs that you want to set to the assessment template.Methods in com.amazonaws.services.inspector.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResultListTagsForResourceResult. withTags(Tag... tags)A collection of key and value pairs.SetTagsForResourceRequestSetTagsForResourceRequest. withTags(Tag... tags)A collection of key and value pairs that you want to set to the assessment template.Method parameters in com.amazonaws.services.inspector.model with type arguments of type Tag Modifier and Type Method Description voidListTagsForResourceResult. setTags(Collection<Tag> tags)A collection of key and value pairs.voidSetTagsForResourceRequest. setTags(Collection<Tag> tags)A collection of key and value pairs that you want to set to the assessment template.ListTagsForResourceResultListTagsForResourceResult. withTags(Collection<Tag> tags)A collection of key and value pairs.SetTagsForResourceRequestSetTagsForResourceRequest. withTags(Collection<Tag> tags)A collection of key and value pairs that you want to set to the assessment template.
-