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.waas
Methods 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 theCachingRuleSummary
objects contained in responses from the listCachingRules operation. -
Uses of CachingRuleSummary in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return CachingRuleSummary Modifier and Type Method Description CachingRuleSummary
CachingRuleSummary.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type CachingRuleSummary Modifier and Type Method Description CachingRuleSummary.Builder
CachingRuleSummary.Builder. copy(CachingRuleSummary model)
-
Uses of CachingRuleSummary in com.oracle.bmc.waas.responses
Methods 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.Builder
ListCachingRulesResponse.Builder. items(List<CachingRuleSummary> items)
A list of com.oracle.bmc.waas.model.CachingRuleSummary instances.
-