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 theWhitelistobjects 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 WhitelistWhitelist.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.BuilderWhitelist.Builder. copy(Whitelist model)Method parameters in com.oracle.bmc.waas.model with type arguments of type Whitelist Modifier and Type Method Description WafConfig.BuilderWafConfig.Builder. whitelists(List<Whitelist> whitelists)A list of IP addresses that bypass the Web Application Firewall.WafConfigDetails.BuilderWafConfigDetails.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.BuilderUpdateWhitelistsRequest.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.BuilderUpdateWhitelistsRequest.Builder. body$(List<Whitelist> body)Alternative setter for the body parameter.UpdateWhitelistsRequest.BuilderUpdateWhitelistsRequest.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.BuilderListWhitelistsResponse.Builder. items(List<Whitelist> items)A list of com.oracle.bmc.waas.model.Whitelist instances.
-