Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<AccessRule> |
WaasPaginators.listAccessRulesRecordIterator(ListAccessRulesRequest request)
Creates a new iterable which will iterate over the
AccessRule objects contained in responses from the listAccessRules
operation. |
Modifier and Type | Method and Description |
---|---|
AccessRule |
AccessRule.Builder.build() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AccessRule.Builder |
AccessRule.Builder.copy(AccessRule model) |
Modifier and Type | Method and 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 and 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.
|
Modifier and Type | Method and Description |
---|---|
List<AccessRule> |
UpdateAccessRulesRequest.getAccessRules() |
List<AccessRule> |
UpdateAccessRulesRequest.getBody$()
Alternative accessor for the body parameter.
|
Modifier and Type | Method and Description |
---|---|
UpdateAccessRulesRequest.Builder |
UpdateAccessRulesRequest.Builder.accessRules(AccessRule singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
UpdateAccessRulesRequest.Builder |
UpdateAccessRulesRequest.Builder.accessRules(List<AccessRule> accessRules) |
UpdateAccessRulesRequest.Builder |
UpdateAccessRulesRequest.Builder.body$(List<AccessRule> body)
Alternative setter for the body parameter.
|
Modifier and Type | Method and Description |
---|---|
List<AccessRule> |
ListAccessRulesResponse.getItems()
A list of
com.oracle.bmc.waas.model.AccessRule instances. |
Modifier and Type | Method and Description |
---|---|
ListAccessRulesResponse.Builder |
ListAccessRulesResponse.Builder.items(List<AccessRule> items)
A list of
com.oracle.bmc.waas.model.AccessRule instances. |
Copyright © 2016–2024. All rights reserved.