Uses of Class
com.oracle.bmc.waas.model.CachingRuleSummary
- 
Packages that use CachingRuleSummary Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses 
- 
- 
Uses of CachingRuleSummary in com.oracle.bmc.waasMethods in com.oracle.bmc.waas that return types with arguments of type CachingRuleSummary Modifier and Type Method Description Iterable<CachingRuleSummary>WaasPaginators. listCachingRulesRecordIterator(ListCachingRulesRequest request)Creates a new iterable which will iterate over theCachingRuleSummaryobjects contained in responses from the listCachingRules operation.
- 
Uses of CachingRuleSummary in com.oracle.bmc.waas.modelMethods in com.oracle.bmc.waas.model that return CachingRuleSummary Modifier and Type Method Description CachingRuleSummaryCachingRuleSummary.Builder. build()Methods in com.oracle.bmc.waas.model with parameters of type CachingRuleSummary Modifier and Type Method Description CachingRuleSummary.BuilderCachingRuleSummary.Builder. copy(CachingRuleSummary model)
- 
Uses of CachingRuleSummary in com.oracle.bmc.waas.responsesMethods in com.oracle.bmc.waas.responses that return types with arguments of type CachingRuleSummary Modifier and Type Method Description List<CachingRuleSummary>ListCachingRulesResponse. getItems()A list of com.oracle.bmc.waas.model.CachingRuleSummary instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type CachingRuleSummary Modifier and Type Method Description ListCachingRulesResponse.BuilderListCachingRulesResponse.Builder. items(List<CachingRuleSummary> items)A list of com.oracle.bmc.waas.model.CachingRuleSummary instances.
 
-