Uses of Class
com.oracle.bmc.cloudguard.model.PropertyTuple
-
Packages that use PropertyTuple Package Description com.oracle.bmc.cloudguard.model -
-
Uses of PropertyTuple in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return PropertyTuple Modifier and Type Method Description PropertyTuple
PropertyTuple.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type PropertyTuple Modifier and Type Method Description List<PropertyTuple>
DetectorConfiguration. getAllowedValues()
Map of possible values for configurationMethods in com.oracle.bmc.cloudguard.model with parameters of type PropertyTuple Modifier and Type Method Description PropertyTuple.Builder
PropertyTuple.Builder. copy(PropertyTuple model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type PropertyTuple Modifier and Type Method Description DetectorConfiguration.Builder
DetectorConfiguration.Builder. allowedValues(List<PropertyTuple> allowedValues)
Map of possible values for configuration
-