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 ConfigTypes
ConfigTypes. create(String key)
ConfigTypes
ImportConfigurationFailedItemSummary. getConfigType()
The type of configuration item.ConfigTypes
SpanFilterReference. getConfigType()
The type of configuration item.static ConfigTypes
ConfigTypes. 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.Builder
ImportConfigurationFailedItemSummary.Builder. configType(ConfigTypes configType)
The type of configuration item.SpanFilterReference.Builder
SpanFilterReference.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.
-