Uses of Class
com.oracle.bmc.waas.model.CachingRule
-
Packages that use CachingRule Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests -
-
Uses of CachingRule in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return CachingRule Modifier and Type Method Description CachingRule
CachingRule.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type CachingRule Modifier and Type Method Description List<CachingRule>
WafConfig. getCachingRules()
A list of caching rules applied to the web application.List<CachingRule>
WafConfigDetails. getCachingRules()
A list of caching rules applied to the web application.Methods in com.oracle.bmc.waas.model with parameters of type CachingRule Modifier and Type Method Description CachingRule.Builder
CachingRule.Builder. copy(CachingRule model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type CachingRule Modifier and Type Method Description WafConfig.Builder
WafConfig.Builder. cachingRules(List<CachingRule> cachingRules)
A list of caching rules applied to the web application.WafConfigDetails.Builder
WafConfigDetails.Builder. cachingRules(List<CachingRule> cachingRules)
A list of caching rules applied to the web application. -
Uses of CachingRule in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type CachingRule Modifier and Type Method Description List<CachingRule>
UpdateCachingRulesRequest. getBody$()
Alternative accessor for the body parameter.List<CachingRule>
UpdateCachingRulesRequest. getCachingRulesDetails()
Methods in com.oracle.bmc.waas.requests with parameters of type CachingRule Modifier and Type Method Description UpdateCachingRulesRequest.Builder
UpdateCachingRulesRequest.Builder. cachingRulesDetails(CachingRule singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type CachingRule Modifier and Type Method Description UpdateCachingRulesRequest.Builder
UpdateCachingRulesRequest.Builder. body$(List<CachingRule> body)
Alternative setter for the body parameter.UpdateCachingRulesRequest.Builder
UpdateCachingRulesRequest.Builder. cachingRulesDetails(List<CachingRule> cachingRulesDetails)
-