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