Uses of Class
com.oracle.bmc.waas.model.ProtectionRule
-
Packages that use ProtectionRule Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of ProtectionRule in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type ProtectionRule Modifier and Type Method Description Iterable<ProtectionRule>
WaasPaginators. listProtectionRulesRecordIterator(ListProtectionRulesRequest request)
Creates a new iterable which will iterate over theProtectionRule
objects contained in responses from the listProtectionRules operation. -
Uses of ProtectionRule in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionRule Modifier and Type Method Description ProtectionRule
ProtectionRule.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type ProtectionRule Modifier and Type Method Description List<ProtectionRule>
WafConfig. getProtectionRules()
A list of the protection rules and their details.Methods in com.oracle.bmc.waas.model with parameters of type ProtectionRule Modifier and Type Method Description ProtectionRule.Builder
ProtectionRule.Builder. copy(ProtectionRule model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type ProtectionRule Modifier and Type Method Description WafConfig.Builder
WafConfig.Builder. protectionRules(List<ProtectionRule> protectionRules)
A list of the protection rules and their details. -
Uses of ProtectionRule in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ProtectionRule Modifier and Type Method Description ProtectionRule
GetProtectionRuleResponse. getProtectionRule()
The returned ProtectionRule instance.Methods in com.oracle.bmc.waas.responses that return types with arguments of type ProtectionRule Modifier and Type Method Description List<ProtectionRule>
ListProtectionRulesResponse. getItems()
A list of com.oracle.bmc.waas.model.ProtectionRule instances.Methods in com.oracle.bmc.waas.responses with parameters of type ProtectionRule Modifier and Type Method Description GetProtectionRuleResponse.Builder
GetProtectionRuleResponse.Builder. protectionRule(ProtectionRule protectionRule)
The returned ProtectionRule instance.Method parameters in com.oracle.bmc.waas.responses with type arguments of type ProtectionRule Modifier and Type Method Description ListProtectionRulesResponse.Builder
ListProtectionRulesResponse.Builder. items(List<ProtectionRule> items)
A list of com.oracle.bmc.waas.model.ProtectionRule instances.
-