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 ConfigurationItemType
ConfigurationItemType. fromValue(String value)
Use this in place of valueOf.static ConfigurationItemType
ConfigurationItemType. 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 void
ConfigurationTag. setConfigurationType(ConfigurationItemType configurationType)
A type of IT asset that you want to tag.void
ListConfigurationsRequest. setConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.ConfigurationTag
ConfigurationTag. withConfigurationType(ConfigurationItemType configurationType)
A type of IT asset that you want to tag.ListConfigurationsRequest
ListConfigurationsRequest. withConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
-