Uses of Class
com.oracle.bmc.waf.model.ResponseProtection
-
Packages that use ResponseProtection Package Description com.oracle.bmc.waf.model -
-
Uses of ResponseProtection in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ResponseProtection Modifier and Type Method Description ResponseProtection
ResponseProtection.Builder. build()
ResponseProtection
CreateWebAppFirewallPolicyDetails. getResponseProtection()
ResponseProtection
UpdateWebAppFirewallPolicyDetails. getResponseProtection()
ResponseProtection
WebAppFirewallPolicy. getResponseProtection()
Methods in com.oracle.bmc.waf.model with parameters of type ResponseProtection Modifier and Type Method Description ResponseProtection.Builder
ResponseProtection.Builder. copy(ResponseProtection model)
CreateWebAppFirewallPolicyDetails.Builder
CreateWebAppFirewallPolicyDetails.Builder. responseProtection(ResponseProtection responseProtection)
UpdateWebAppFirewallPolicyDetails.Builder
UpdateWebAppFirewallPolicyDetails.Builder. responseProtection(ResponseProtection responseProtection)
WebAppFirewallPolicy.Builder
WebAppFirewallPolicy.Builder. responseProtection(ResponseProtection responseProtection)
Constructors in com.oracle.bmc.waf.model with parameters of type ResponseProtection Constructor Description CreateWebAppFirewallPolicyDetails(String displayName, String compartmentId, List<Action> actions, RequestAccessControl requestAccessControl, RequestRateLimiting requestRateLimiting, RequestProtection requestProtection, ResponseAccessControl responseAccessControl, ResponseProtection responseProtection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateWebAppFirewallPolicyDetails(String displayName, List<Action> actions, RequestAccessControl requestAccessControl, RequestRateLimiting requestRateLimiting, RequestProtection requestProtection, ResponseAccessControl responseAccessControl, ResponseProtection responseProtection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WebAppFirewallPolicy(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, WebAppFirewallPolicy.LifecycleState lifecycleState, String lifecycleDetails, List<Action> actions, RequestAccessControl requestAccessControl, RequestRateLimiting requestRateLimiting, RequestProtection requestProtection, ResponseAccessControl responseAccessControl, ResponseProtection responseProtection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-