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<Whitelist> |
WaasPaginators.listWhitelistsRecordIterator(ListWhitelistsRequest request)
Creates a new iterable which will iterate over the
Whitelist objects contained in responses from the listWhitelists
operation. |
Modifier and Type | Method and Description |
---|---|
Whitelist |
Whitelist.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Whitelist> |
WafConfig.getWhitelists()
A list of IP addresses that bypass the Web Application Firewall.
|
List<Whitelist> |
WafConfigDetails.getWhitelists()
A list of IP addresses that bypass the Web Application Firewall.
|
Modifier and Type | Method and Description |
---|---|
Whitelist.Builder |
Whitelist.Builder.copy(Whitelist model) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.whitelists(List<Whitelist> whitelists)
A list of IP addresses that bypass the Web Application Firewall.
|
WafConfigDetails.Builder |
WafConfigDetails.Builder.whitelists(List<Whitelist> whitelists)
A list of IP addresses that bypass 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<Whitelist> |
UpdateWhitelistsRequest.getBody$()
Alternative accessor for the body parameter.
|
List<Whitelist> |
UpdateWhitelistsRequest.getWhitelists() |
Modifier and Type | Method and Description |
---|---|
UpdateWhitelistsRequest.Builder |
UpdateWhitelistsRequest.Builder.whitelists(Whitelist singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
UpdateWhitelistsRequest.Builder |
UpdateWhitelistsRequest.Builder.body$(List<Whitelist> body)
Alternative setter for the body parameter.
|
UpdateWhitelistsRequest.Builder |
UpdateWhitelistsRequest.Builder.whitelists(List<Whitelist> whitelists) |
Modifier and Type | Method and Description |
---|---|
List<Whitelist> |
ListWhitelistsResponse.getItems()
A list of
com.oracle.bmc.waas.model.Whitelist instances. |
Modifier and Type | Method and Description |
---|---|
ListWhitelistsResponse.Builder |
ListWhitelistsResponse.Builder.items(List<Whitelist> items)
A list of
com.oracle.bmc.waas.model.Whitelist instances. |
Copyright © 2016–2024. All rights reserved.