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 UrlListUrlList.Builder. build()Methods in com.oracle.bmc.networkfirewall.model with parameters of type UrlList Modifier and Type Method Description UrlList.BuilderUrlList.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 UrlListCreateUrlListResponse. getUrlList()The returned UrlList instance.UrlListGetUrlListResponse. getUrlList()The returned UrlList instance.UrlListUpdateUrlListResponse. getUrlList()The returned UrlList instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UrlList Modifier and Type Method Description CreateUrlListResponse.BuilderCreateUrlListResponse.Builder. urlList(UrlList urlList)The returned UrlList instance.GetUrlListResponse.BuilderGetUrlListResponse.Builder. urlList(UrlList urlList)The returned UrlList instance.UpdateUrlListResponse.BuilderUpdateUrlListResponse.Builder. urlList(UrlList urlList)The returned UrlList instance.
-