Uses of Class
com.amazonaws.services.applicationdiscovery.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return TagModifier and TypeMethodDescriptionTag.clone()
A type of tag to filter on.A value for a tag key to filter on.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type TagModifier and TypeMethodDescriptionCreateTagsRequest.getTags()
Tags that you want to associate with one or more configuration items.DeleteTagsRequest.getTags()
Tags that you want to delete from one or more configuration items.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type TagModifier and TypeMethodDescriptionTags that you want to associate with one or more configuration items.Tags that you want to delete from one or more configuration items.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
CreateTagsRequest.setTags
(Collection<Tag> tags) Tags that you want to associate with one or more configuration items.void
DeleteTagsRequest.setTags
(Collection<Tag> tags) Tags that you want to delete from one or more configuration items.CreateTagsRequest.withTags
(Collection<Tag> tags) Tags that you want to associate with one or more configuration items.DeleteTagsRequest.withTags
(Collection<Tag> tags) Tags that you want to delete from one or more configuration items.