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 o) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.whitelists(List<Whitelist> whitelists) |
WafConfigDetails.Builder |
WafConfigDetails.Builder.whitelists(List<Whitelist> whitelists) |
Constructor and Description |
---|
WafConfig(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
List<GoodBot> goodBots,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
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,
ProtectionSettings protectionSettings,
List<Whitelist> whitelists)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Whitelist> |
UpdateWhitelistsRequest.getWhitelists() |
Modifier and Type | Method and Description |
---|---|
UpdateWhitelistsRequest.Builder |
UpdateWhitelistsRequest.Builder.whitelists(List<Whitelist> whitelists) |
Modifier and Type | Method and Description |
---|---|
List<Whitelist> |
ListWhitelistsResponse.getItems()
A list of Whitelist instances.
|
Modifier and Type | Method and Description |
---|---|
ListWhitelistsResponse.Builder |
ListWhitelistsResponse.Builder.items(List<Whitelist> items) |
Copyright © 2016–2019. All rights reserved.