Uses of Enum
com.amazonaws.services.applicationdiscovery.model.ConfigurationItemType
Packages that use ConfigurationItemType
-
Uses of ConfigurationItemType in com.amazonaws.services.applicationdiscovery.model
Subclasses with type arguments of type ConfigurationItemType in com.amazonaws.services.applicationdiscovery.modelMethods in com.amazonaws.services.applicationdiscovery.model that return ConfigurationItemTypeModifier and TypeMethodDescriptionstatic ConfigurationItemTypeUse this in place of valueOf.static ConfigurationItemTypeReturns 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 TypeMethodDescriptionvoidConfigurationTag.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.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.