Uses of Class
com.oracle.bmc.waas.model.Whitelist
-
Packages that use Whitelist Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of Whitelist in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type Whitelist Modifier and Type Method Description Iterable<Whitelist>
WaasPaginators. listWhitelistsRecordIterator(ListWhitelistsRequest request)
Creates a new iterable which will iterate over theWhitelist
objects contained in responses from the listWhitelists operation. -
Uses of Whitelist in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return Whitelist Modifier and Type Method Description Whitelist
Whitelist.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type Whitelist Modifier and Type Method 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.Methods in com.oracle.bmc.waas.model with parameters of type Whitelist Modifier and Type Method Description Whitelist.Builder
Whitelist.Builder. copy(Whitelist model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type Whitelist Modifier and Type Method 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. -
Uses of Whitelist in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type Whitelist Modifier and Type Method Description List<Whitelist>
UpdateWhitelistsRequest. getBody$()
Alternative accessor for the body parameter.List<Whitelist>
UpdateWhitelistsRequest. getWhitelists()
Methods in com.oracle.bmc.waas.requests with parameters of type Whitelist Modifier and Type Method Description UpdateWhitelistsRequest.Builder
UpdateWhitelistsRequest.Builder. whitelists(Whitelist singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type Whitelist Modifier and Type Method Description UpdateWhitelistsRequest.Builder
UpdateWhitelistsRequest.Builder. body$(List<Whitelist> body)
Alternative setter for the body parameter.UpdateWhitelistsRequest.Builder
UpdateWhitelistsRequest.Builder. whitelists(List<Whitelist> whitelists)
-
Uses of Whitelist in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type Whitelist Modifier and Type Method Description List<Whitelist>
ListWhitelistsResponse. getItems()
A list of com.oracle.bmc.waas.model.Whitelist instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type Whitelist Modifier and Type Method Description ListWhitelistsResponse.Builder
ListWhitelistsResponse.Builder. items(List<Whitelist> items)
A list of com.oracle.bmc.waas.model.Whitelist instances.
-