Uses of Class
com.oracle.bmc.waas.model.WaasPolicyCustomProtectionRuleSummary
-
Packages that use WaasPolicyCustomProtectionRuleSummary Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of WaasPolicyCustomProtectionRuleSummary in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type WaasPolicyCustomProtectionRuleSummary Modifier and Type Method Description Iterable<WaasPolicyCustomProtectionRuleSummary>
WaasPaginators. listWaasPolicyCustomProtectionRulesRecordIterator(ListWaasPolicyCustomProtectionRulesRequest request)
Creates a new iterable which will iterate over theWaasPolicyCustomProtectionRuleSummary
objects contained in responses from the listWaasPolicyCustomProtectionRules operation. -
Uses of WaasPolicyCustomProtectionRuleSummary in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return WaasPolicyCustomProtectionRuleSummary Modifier and Type Method Description WaasPolicyCustomProtectionRuleSummary
WaasPolicyCustomProtectionRuleSummary.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type WaasPolicyCustomProtectionRuleSummary Modifier and Type Method Description WaasPolicyCustomProtectionRuleSummary.Builder
WaasPolicyCustomProtectionRuleSummary.Builder. copy(WaasPolicyCustomProtectionRuleSummary model)
-
Uses of WaasPolicyCustomProtectionRuleSummary in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type WaasPolicyCustomProtectionRuleSummary Modifier and Type Method Description List<WaasPolicyCustomProtectionRuleSummary>
ListWaasPolicyCustomProtectionRulesResponse. getItems()
A list of com.oracle.bmc.waas.model.WaasPolicyCustomProtectionRuleSummary instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type WaasPolicyCustomProtectionRuleSummary Modifier and Type Method Description ListWaasPolicyCustomProtectionRulesResponse.Builder
ListWaasPolicyCustomProtectionRulesResponse.Builder. items(List<WaasPolicyCustomProtectionRuleSummary> items)
A list of com.oracle.bmc.waas.model.WaasPolicyCustomProtectionRuleSummary instances.
-