Uses of Class
com.oracle.bmc.waas.model.WafBlockedRequest.WafFeature
-
Packages that use WafBlockedRequest.WafFeature Package Description com.oracle.bmc.waas.model -
-
Uses of WafBlockedRequest.WafFeature in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return WafBlockedRequest.WafFeature Modifier and Type Method Description static WafBlockedRequest.WafFeature
WafBlockedRequest.WafFeature. create(String key)
WafBlockedRequest.WafFeature
WafBlockedRequest. getWafFeature()
The specific Web Application Firewall feature that blocked the requests, such as JavaScript Challenge or Access Control.static WafBlockedRequest.WafFeature
WafBlockedRequest.WafFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static WafBlockedRequest.WafFeature[]
WafBlockedRequest.WafFeature. 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 WafBlockedRequest.WafFeature Modifier and Type Method Description WafBlockedRequest.Builder
WafBlockedRequest.Builder. wafFeature(WafBlockedRequest.WafFeature wafFeature)
The specific Web Application Firewall feature that blocked the requests, such as JavaScript Challenge or Access Control.Constructors in com.oracle.bmc.waas.model with parameters of type WafBlockedRequest.WafFeature Constructor Description WafBlockedRequest(Date timeObserved, Integer timeRangeInSeconds, WafBlockedRequest.WafFeature wafFeature, Integer count)
Deprecated.
-