Uses of Class
com.amazonaws.services.applicationdiscovery.model.ConfigurationItemType
-
Packages that use ConfigurationItemType Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of ConfigurationItemType in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return ConfigurationItemType Modifier and Type Method Description static ConfigurationItemTypeConfigurationItemType. fromValue(String value)Use this in place of valueOf.static ConfigurationItemTypeConfigurationItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationItemType[]ConfigurationItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type ConfigurationItemType Modifier and Type Method Description voidConfigurationTag. setConfigurationType(ConfigurationItemType configurationType)A type of IT asset that you want to tag.voidListConfigurationsRequest. setConfigurationType(ConfigurationItemType configurationType)A valid configuration identified by the Discovery Service.ConfigurationTagConfigurationTag. withConfigurationType(ConfigurationItemType configurationType)A type of IT asset that you want to tag.ListConfigurationsRequestListConfigurationsRequest. withConfigurationType(ConfigurationItemType configurationType)A valid configuration identified by the Discovery Service.
-