Uses of Class
com.oracle.bmc.waf.model.ProtectionCapabilityExclusions
-
Packages that use ProtectionCapabilityExclusions Package Description com.oracle.bmc.waf.model -
-
Uses of ProtectionCapabilityExclusions in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ProtectionCapabilityExclusions Modifier and Type Method Description ProtectionCapabilityExclusions
ProtectionCapabilityExclusions.Builder. build()
ProtectionCapabilityExclusions
ProtectionCapability. getExclusions()
Methods in com.oracle.bmc.waf.model with parameters of type ProtectionCapabilityExclusions Modifier and Type Method Description ProtectionCapabilityExclusions.Builder
ProtectionCapabilityExclusions.Builder. copy(ProtectionCapabilityExclusions model)
ProtectionCapability.Builder
ProtectionCapability.Builder. exclusions(ProtectionCapabilityExclusions exclusions)
Constructors in com.oracle.bmc.waf.model with parameters of type ProtectionCapabilityExclusions Constructor Description ProtectionCapability(String key, Integer version, ProtectionCapabilityExclusions exclusions, String actionName, Integer collaborativeActionThreshold, List<CollaborativeCapabilityWeightOverride> collaborativeWeights)
Deprecated.
-