Uses of Class
com.oracle.bmc.cloudguard.model.ConfigValue
-
Packages that use ConfigValue Package Description com.oracle.bmc.cloudguard.model -
-
Uses of ConfigValue in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ConfigValue Modifier and Type Method Description ConfigValue
ConfigValue.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ConfigValue Modifier and Type Method Description List<ConfigValue>
DetectorConfiguration. getValues()
List of configuration valuesMethods in com.oracle.bmc.cloudguard.model with parameters of type ConfigValue Modifier and Type Method Description ConfigValue.Builder
ConfigValue.Builder. copy(ConfigValue model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ConfigValue Modifier and Type Method Description DetectorConfiguration.Builder
DetectorConfiguration.Builder. values(List<ConfigValue> values)
List of configuration valuesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ConfigValue Constructor Description DetectorConfiguration(String configKey, String name, String value, String dataType, List<ConfigValue> values, String allowedValuesDataType, List<PropertyTuple> allowedValues)
Deprecated.
-