Uses of Class
com.oracle.bmc.waas.model.CustomProtectionRule
-
Packages that use CustomProtectionRule Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of CustomProtectionRule in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return CustomProtectionRule Modifier and Type Method Description CustomProtectionRule
CustomProtectionRule.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type CustomProtectionRule Modifier and Type Method Description CustomProtectionRule.Builder
CustomProtectionRule.Builder. copy(CustomProtectionRule model)
-
Uses of CustomProtectionRule in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return CustomProtectionRule Modifier and Type Method Description CustomProtectionRule
CreateCustomProtectionRuleResponse. getCustomProtectionRule()
The returned CustomProtectionRule instance.CustomProtectionRule
GetCustomProtectionRuleResponse. getCustomProtectionRule()
The returned CustomProtectionRule instance.CustomProtectionRule
UpdateCustomProtectionRuleResponse. getCustomProtectionRule()
The returned CustomProtectionRule instance.Methods in com.oracle.bmc.waas.responses with parameters of type CustomProtectionRule Modifier and Type Method Description CreateCustomProtectionRuleResponse.Builder
CreateCustomProtectionRuleResponse.Builder. customProtectionRule(CustomProtectionRule customProtectionRule)
The returned CustomProtectionRule instance.GetCustomProtectionRuleResponse.Builder
GetCustomProtectionRuleResponse.Builder. customProtectionRule(CustomProtectionRule customProtectionRule)
The returned CustomProtectionRule instance.UpdateCustomProtectionRuleResponse.Builder
UpdateCustomProtectionRuleResponse.Builder. customProtectionRule(CustomProtectionRule customProtectionRule)
The returned CustomProtectionRule instance.
-