Uses of Class
com.amazonaws.services.applicationdiscovery.model.ConfigurationTag
-
Packages that use ConfigurationTag Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of ConfigurationTag in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return ConfigurationTag Modifier and Type Method Description ConfigurationTagConfigurationTag. clone()ConfigurationTagConfigurationTag. withConfigurationId(String configurationId)The configuration ID for the item you want to tag.ConfigurationTagConfigurationTag. withConfigurationType(ConfigurationItemType configurationType)A type of IT asset that you want to tag.ConfigurationTagConfigurationTag. withConfigurationType(String configurationType)A type of IT asset that you want to tag.ConfigurationTagConfigurationTag. withKey(String key)A type of tag to filter on.ConfigurationTagConfigurationTag. withTimeOfCreation(Date timeOfCreation)The time the configuration tag was created in Coordinated Universal Time (UTC).ConfigurationTagConfigurationTag. withValue(String value)A value to filter on.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type ConfigurationTag Modifier and Type Method Description List<ConfigurationTag>DescribeTagsResult. getTags()Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type ConfigurationTag Modifier and Type Method Description DescribeTagsResultDescribeTagsResult. withTags(ConfigurationTag... tags)Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type ConfigurationTag Modifier and Type Method Description voidDescribeTagsResult. setTags(Collection<ConfigurationTag> tags)Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.DescribeTagsResultDescribeTagsResult. withTags(Collection<ConfigurationTag> tags)Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
-