Uses of Class
com.oracle.bmc.apmconfig.model.ConfigTypes
-
Packages that use ConfigTypes Package Description com.oracle.bmc.apmconfig.model -
-
Uses of ConfigTypes in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return ConfigTypes Modifier and Type Method Description static ConfigTypesConfigTypes. create(String key)ConfigTypesImportConfigurationFailedItemSummary. getConfigType()The type of configuration item.ConfigTypesSpanFilterReference. getConfigType()The type of configuration item.static ConfigTypesConfigTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigTypes[]ConfigTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmconfig.model with parameters of type ConfigTypes Modifier and Type Method Description ImportConfigurationFailedItemSummary.BuilderImportConfigurationFailedItemSummary.Builder. configType(ConfigTypes configType)The type of configuration item.SpanFilterReference.BuilderSpanFilterReference.Builder. configType(ConfigTypes configType)The type of configuration item.Constructors in com.oracle.bmc.apmconfig.model with parameters of type ConfigTypes Constructor Description ImportConfigurationFailedItemSummary(String id, String displayName, String errorMessage, ConfigTypes configType)Deprecated.SpanFilterReference(String id, ConfigTypes configType, String optionsGroup, String displayName)Deprecated.
-