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 TagTag. clone()TagTag. withKey(String key)A type of tag to filter on.TagTag. 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 CreateTagsRequestCreateTagsRequest. withTags(Tag... tags)Tags that you want to associate with one or more configuration items.DeleteTagsRequestDeleteTagsRequest. 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 voidCreateTagsRequest. setTags(Collection<Tag> tags)Tags that you want to associate with one or more configuration items.voidDeleteTagsRequest. setTags(Collection<Tag> tags)Tags that you want to delete from one or more configuration items.CreateTagsRequestCreateTagsRequest. withTags(Collection<Tag> tags)Tags that you want to associate with one or more configuration items.DeleteTagsRequestDeleteTagsRequest. withTags(Collection<Tag> tags)Tags that you want to delete from one or more configuration items.
-