Uses of Class
com.oracle.bmc.cloudguard.model.ConfigurationListItemType
-
Packages that use ConfigurationListItemType Package Description com.oracle.bmc.cloudguard.model -
-
Uses of ConfigurationListItemType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ConfigurationListItemType Modifier and Type Method Description static ConfigurationListItemTypeConfigurationListItemType. create(String key)ConfigurationListItemTypeConfigValue. getListType()Configuration list item type (CUSTOM or MANAGED)static ConfigurationListItemTypeConfigurationListItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationListItemType[]ConfigurationListItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type ConfigurationListItemType Modifier and Type Method Description ConfigValue.BuilderConfigValue.Builder. listType(ConfigurationListItemType listType)Configuration list item type (CUSTOM or MANAGED)Constructors in com.oracle.bmc.cloudguard.model with parameters of type ConfigurationListItemType Constructor Description ConfigValue(ConfigurationListItemType listType, String managedListType, String value)Deprecated.
-