Uses of Class
com.amazonaws.services.applicationdiscovery.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of Tag in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
A type of tag to filter on.Tag
Tag. withValue(String value)
A value for a tag key to filter on.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
CreateTagsRequest. getTags()
Tags that you want to associate with one or more configuration items.List<Tag>
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 Tag Modifier and Type Method Description CreateTagsRequest
CreateTagsRequest. withTags(Tag... tags)
Tags that you want to associate with one or more configuration items.DeleteTagsRequest
DeleteTagsRequest. withTags(Tag... tags)
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 Tag Modifier and Type Method Description void
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
CreateTagsRequest. withTags(Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.DeleteTagsRequest
DeleteTagsRequest. withTags(Collection<Tag> tags)
Tags that you want to delete from one or more configuration items.
-