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 Tag
Tag. clone()
Tag
Tag. withKey(String key)
A tag key.Tag
Tag. 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 ListTagsForResourceResult
ListTagsForResourceResult. withTags(Tag... tags)
A collection of key and value pairs.SetTagsForResourceRequest
SetTagsForResourceRequest. 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 void
ListTagsForResourceResult. setTags(Collection<Tag> tags)
A collection of key and value pairs.void
SetTagsForResourceRequest. setTags(Collection<Tag> tags)
A collection of key and value pairs that you want to set to the assessment template.ListTagsForResourceResult
ListTagsForResourceResult. withTags(Collection<Tag> tags)
A collection of key and value pairs.SetTagsForResourceRequest
SetTagsForResourceRequest. withTags(Collection<Tag> tags)
A collection of key and value pairs that you want to set to the assessment template.
-