Uses of Class
com.oracle.bmc.waas.model.ProtectionRuleExclusion.Target
-
Packages that use ProtectionRuleExclusion.Target Package Description com.oracle.bmc.waas.model -
-
Uses of ProtectionRuleExclusion.Target in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionRuleExclusion.Target Modifier and Type Method Description static ProtectionRuleExclusion.Target
ProtectionRuleExclusion.Target. create(String key)
ProtectionRuleExclusion.Target
ProtectionRuleExclusion. getTarget()
The target of the exclusion.static ProtectionRuleExclusion.Target
ProtectionRuleExclusion.Target. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtectionRuleExclusion.Target[]
ProtectionRuleExclusion.Target. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type ProtectionRuleExclusion.Target Modifier and Type Method Description ProtectionRuleExclusion.Builder
ProtectionRuleExclusion.Builder. target(ProtectionRuleExclusion.Target target)
The target of the exclusion.Constructors in com.oracle.bmc.waas.model with parameters of type ProtectionRuleExclusion.Target Constructor Description ProtectionRuleExclusion(ProtectionRuleExclusion.Target target, List<String> exclusions)
Deprecated.
-