Uses of Class
com.oracle.bmc.waas.model.CustomProtectionRuleSetting
-
Packages that use CustomProtectionRuleSetting Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests -
-
Uses of CustomProtectionRuleSetting in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return CustomProtectionRuleSetting Modifier and Type Method Description CustomProtectionRuleSetting
CustomProtectionRuleSetting.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type CustomProtectionRuleSetting Modifier and Type Method Description List<CustomProtectionRuleSetting>
WafConfig. getCustomProtectionRules()
A list of the custom protection rule OCIDs and their actions.List<CustomProtectionRuleSetting>
WafConfigDetails. getCustomProtectionRules()
A list of the custom protection rule OCIDs and their actions.Methods in com.oracle.bmc.waas.model with parameters of type CustomProtectionRuleSetting Modifier and Type Method Description CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting.Builder. copy(CustomProtectionRuleSetting model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type CustomProtectionRuleSetting Modifier and Type Method Description WafConfig.Builder
WafConfig.Builder. customProtectionRules(List<CustomProtectionRuleSetting> customProtectionRules)
A list of the custom protection rule OCIDs and their actions.WafConfigDetails.Builder
WafConfigDetails.Builder. customProtectionRules(List<CustomProtectionRuleSetting> customProtectionRules)
A list of the custom protection rule OCIDs and their actions. -
Uses of CustomProtectionRuleSetting in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type CustomProtectionRuleSetting Modifier and Type Method Description List<CustomProtectionRuleSetting>
UpdateWaasPolicyCustomProtectionRulesRequest. getBody$()
Alternative accessor for the body parameter.List<CustomProtectionRuleSetting>
UpdateWaasPolicyCustomProtectionRulesRequest. getUpdateCustomProtectionRulesDetails()
Methods in com.oracle.bmc.waas.requests with parameters of type CustomProtectionRuleSetting Modifier and Type Method Description UpdateWaasPolicyCustomProtectionRulesRequest.Builder
UpdateWaasPolicyCustomProtectionRulesRequest.Builder. updateCustomProtectionRulesDetails(CustomProtectionRuleSetting singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type CustomProtectionRuleSetting Modifier and Type Method Description UpdateWaasPolicyCustomProtectionRulesRequest.Builder
UpdateWaasPolicyCustomProtectionRulesRequest.Builder. body$(List<CustomProtectionRuleSetting> body)
Alternative setter for the body parameter.UpdateWaasPolicyCustomProtectionRulesRequest.Builder
UpdateWaasPolicyCustomProtectionRulesRequest.Builder. updateCustomProtectionRulesDetails(List<CustomProtectionRuleSetting> updateCustomProtectionRulesDetails)
-