Uses of Class
com.oracle.bmc.waf.model.Action
-
Packages that use Action Package Description com.oracle.bmc.waf.model -
-
Uses of Action in com.oracle.bmc.waf.model
Subclasses of Action in com.oracle.bmc.waf.model Modifier and Type Class Description class
AllowAction
An object that represents an action which upon matching rule skips all remaining rules in the current module.class
CheckAction
An object that represents an action which does not stop the execution of rules in current module, just emits a log message documenting result of rule execution.class
ReturnHttpResponseAction
An object that represents an action which returns a defined HTTP response.Methods in com.oracle.bmc.waf.model that return types with arguments of type Action Modifier and Type Method Description List<Action>
CreateWebAppFirewallPolicyDetails. getActions()
Predefined actions for use in multiple different rules.List<Action>
UpdateWebAppFirewallPolicyDetails. getActions()
Predefined actions for use in multiple different rules.List<Action>
WebAppFirewallPolicy. getActions()
Predefined actions for use in multiple different rules.Method parameters in com.oracle.bmc.waf.model with type arguments of type Action Modifier and Type Method Description CreateWebAppFirewallPolicyDetails.Builder
CreateWebAppFirewallPolicyDetails.Builder. actions(List<Action> actions)
Predefined actions for use in multiple different rules.UpdateWebAppFirewallPolicyDetails.Builder
UpdateWebAppFirewallPolicyDetails.Builder. actions(List<Action> actions)
Predefined actions for use in multiple different rules.WebAppFirewallPolicy.Builder
WebAppFirewallPolicy.Builder. actions(List<Action> actions)
Predefined actions for use in multiple different rules.Constructor parameters in com.oracle.bmc.waf.model with type arguments of type Action 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.
-