Uses of Class
com.amazonaws.services.inspector.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return TagMethods in com.amazonaws.services.inspector.model that return types with arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResult.getTags()
A collection of key and value pairs.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 TagModifier and TypeMethodDescriptionA collection of key and value pairs.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 TagModifier and TypeMethodDescriptionvoid
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.withTags
(Collection<Tag> tags) A collection of key and value pairs.SetTagsForResourceRequest.withTags
(Collection<Tag> tags) A collection of key and value pairs that you want to set to the assessment template.