Uses of Class
com.oracle.bmc.networkfirewall.model.UrlList
-
Packages that use UrlList Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of UrlList in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return UrlList Modifier and Type Method Description UrlList
UrlList.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type UrlList Modifier and Type Method Description UrlList.Builder
UrlList.Builder. copy(UrlList model)
-
Uses of UrlList in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UrlList Modifier and Type Method Description UrlList
CreateUrlListResponse. getUrlList()
The returned UrlList instance.UrlList
GetUrlListResponse. getUrlList()
The returned UrlList instance.UrlList
UpdateUrlListResponse. getUrlList()
The returned UrlList instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UrlList Modifier and Type Method Description CreateUrlListResponse.Builder
CreateUrlListResponse.Builder. urlList(UrlList urlList)
The returned UrlList instance.GetUrlListResponse.Builder
GetUrlListResponse.Builder. urlList(UrlList urlList)
The returned UrlList instance.UpdateUrlListResponse.Builder
UpdateUrlListResponse.Builder. urlList(UrlList urlList)
The returned UrlList instance.
-