Uses of Enum
com.amazonaws.services.applicationdiscovery.model.ConfigurationItemType
Packages that use ConfigurationItemType
-
Uses of ConfigurationItemType in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return ConfigurationItemTypeModifier and TypeMethodDescriptionstatic ConfigurationItemType
Use this in place of valueOf.static ConfigurationItemType
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 ConfigurationItemTypeModifier and TypeMethodDescriptionvoid
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.withConfigurationType
(ConfigurationItemType configurationType) A type of IT asset that you want to tag.ListConfigurationsRequest.withConfigurationType
(ConfigurationItemType configurationType) A valid configuration identified by the Discovery Service.