Uses of Class
com.oracle.bmc.waf.model.NetworkAddressListCollection
-
Packages that use NetworkAddressListCollection Package Description com.oracle.bmc.waf.model com.oracle.bmc.waf.responses -
-
Uses of NetworkAddressListCollection in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return NetworkAddressListCollection Modifier and Type Method Description NetworkAddressListCollection
NetworkAddressListCollection.Builder. build()
Methods in com.oracle.bmc.waf.model with parameters of type NetworkAddressListCollection Modifier and Type Method Description NetworkAddressListCollection.Builder
NetworkAddressListCollection.Builder. copy(NetworkAddressListCollection model)
-
Uses of NetworkAddressListCollection in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return NetworkAddressListCollection Modifier and Type Method Description NetworkAddressListCollection
ListNetworkAddressListsResponse. getNetworkAddressListCollection()
The returned NetworkAddressListCollection instance.Methods in com.oracle.bmc.waf.responses with parameters of type NetworkAddressListCollection Modifier and Type Method Description ListNetworkAddressListsResponse.Builder
ListNetworkAddressListsResponse.Builder. networkAddressListCollection(NetworkAddressListCollection networkAddressListCollection)
The returned NetworkAddressListCollection instance.
-