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.modelMethods in com.oracle.bmc.waas.model that return CustomProtectionRule Modifier and Type Method Description CustomProtectionRuleCustomProtectionRule.Builder. build()Methods in com.oracle.bmc.waas.model with parameters of type CustomProtectionRule Modifier and Type Method Description CustomProtectionRule.BuilderCustomProtectionRule.Builder. copy(CustomProtectionRule model)
- 
Uses of CustomProtectionRule in com.oracle.bmc.waas.responsesMethods in com.oracle.bmc.waas.responses that return CustomProtectionRule Modifier and Type Method Description CustomProtectionRuleCreateCustomProtectionRuleResponse. getCustomProtectionRule()The returned CustomProtectionRule instance.CustomProtectionRuleGetCustomProtectionRuleResponse. getCustomProtectionRule()The returned CustomProtectionRule instance.CustomProtectionRuleUpdateCustomProtectionRuleResponse. getCustomProtectionRule()The returned CustomProtectionRule instance.Methods in com.oracle.bmc.waas.responses with parameters of type CustomProtectionRule Modifier and Type Method Description CreateCustomProtectionRuleResponse.BuilderCreateCustomProtectionRuleResponse.Builder. customProtectionRule(CustomProtectionRule customProtectionRule)The returned CustomProtectionRule instance.GetCustomProtectionRuleResponse.BuilderGetCustomProtectionRuleResponse.Builder. customProtectionRule(CustomProtectionRule customProtectionRule)The returned CustomProtectionRule instance.UpdateCustomProtectionRuleResponse.BuilderUpdateCustomProtectionRuleResponse.Builder. customProtectionRule(CustomProtectionRule customProtectionRule)The returned CustomProtectionRule instance.
 
-