Uses of Class
com.oracle.bmc.waas.model.AccessRule
-
Packages that use AccessRule Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of AccessRule in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type AccessRule Modifier and Type Method Description Iterable<AccessRule>
WaasPaginators. listAccessRulesRecordIterator(ListAccessRulesRequest request)
Creates a new iterable which will iterate over theAccessRule
objects contained in responses from the listAccessRules operation. -
Uses of AccessRule in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return AccessRule Modifier and Type Method Description AccessRule
AccessRule.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type AccessRule Modifier and Type Method Description List<AccessRule>
WafConfig. getAccessRules()
The access rules applied to the Web Application Firewall.List<AccessRule>
WafConfigDetails. getAccessRules()
The access rules applied to the Web Application Firewall.Methods in com.oracle.bmc.waas.model with parameters of type AccessRule Modifier and Type Method Description AccessRule.Builder
AccessRule.Builder. copy(AccessRule model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type AccessRule Modifier and Type Method Description WafConfig.Builder
WafConfig.Builder. accessRules(List<AccessRule> accessRules)
The access rules applied to the Web Application Firewall.WafConfigDetails.Builder
WafConfigDetails.Builder. accessRules(List<AccessRule> accessRules)
The access rules applied to the Web Application Firewall.Constructor parameters in com.oracle.bmc.waas.model with type arguments of type AccessRule Constructor Description WafConfig(List<AccessRule> accessRules, AddressRateLimiting addressRateLimiting, List<Captcha> captchas, DeviceFingerprintChallenge deviceFingerprintChallenge, List<GoodBot> goodBots, HumanInteractionChallenge humanInteractionChallenge, JsChallenge jsChallenge, String origin, List<CachingRule> cachingRules, List<CustomProtectionRuleSetting> customProtectionRules, List<String> originGroups, List<ProtectionRule> protectionRules, ProtectionSettings protectionSettings, List<ThreatFeed> threatFeeds, List<Whitelist> whitelists)
Deprecated.WafConfigDetails(List<AccessRule> accessRules, AddressRateLimiting addressRateLimiting, List<Captcha> captchas, DeviceFingerprintChallenge deviceFingerprintChallenge, HumanInteractionChallenge humanInteractionChallenge, JsChallenge jsChallenge, String origin, List<CachingRule> cachingRules, List<CustomProtectionRuleSetting> customProtectionRules, List<String> originGroups, ProtectionSettings protectionSettings, List<Whitelist> whitelists)
Deprecated. -
Uses of AccessRule in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type AccessRule Modifier and Type Method Description List<AccessRule>
UpdateAccessRulesRequest. getAccessRules()
List<AccessRule>
UpdateAccessRulesRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.waas.requests with parameters of type AccessRule Modifier and Type Method Description UpdateAccessRulesRequest.Builder
UpdateAccessRulesRequest.Builder. accessRules(AccessRule singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type AccessRule Modifier and Type Method Description UpdateAccessRulesRequest.Builder
UpdateAccessRulesRequest.Builder. accessRules(List<AccessRule> accessRules)
UpdateAccessRulesRequest.Builder
UpdateAccessRulesRequest.Builder. body$(List<AccessRule> body)
Alternative setter for the body parameter. -
Uses of AccessRule in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type AccessRule Modifier and Type Method Description List<AccessRule>
ListAccessRulesResponse. getItems()
A list of com.oracle.bmc.waas.model.AccessRule instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type AccessRule Modifier and Type Method Description ListAccessRulesResponse.Builder
ListAccessRulesResponse.Builder. items(List<AccessRule> items)
A list of com.oracle.bmc.waas.model.AccessRule instances.
-