Uses of Class
com.oracle.bmc.waas.model.ProtectionRuleAction
-
Packages that use ProtectionRuleAction Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests -
-
Uses of ProtectionRuleAction in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionRuleAction Modifier and Type Method Description ProtectionRuleAction
ProtectionRuleAction.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type ProtectionRuleAction Modifier and Type Method Description ProtectionRuleAction.Builder
ProtectionRuleAction.Builder. copy(ProtectionRuleAction model)
-
Uses of ProtectionRuleAction in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type ProtectionRuleAction Modifier and Type Method Description List<ProtectionRuleAction>
UpdateProtectionRulesRequest. getBody$()
Alternative accessor for the body parameter.List<ProtectionRuleAction>
UpdateProtectionRulesRequest. getProtectionRules()
Methods in com.oracle.bmc.waas.requests with parameters of type ProtectionRuleAction Modifier and Type Method Description UpdateProtectionRulesRequest.Builder
UpdateProtectionRulesRequest.Builder. protectionRules(ProtectionRuleAction singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type ProtectionRuleAction Modifier and Type Method Description UpdateProtectionRulesRequest.Builder
UpdateProtectionRulesRequest.Builder. body$(List<ProtectionRuleAction> body)
Alternative setter for the body parameter.UpdateProtectionRulesRequest.Builder
UpdateProtectionRulesRequest.Builder. protectionRules(List<ProtectionRuleAction> protectionRules)
-