Uses of Class
com.oracle.bmc.networkfirewall.model.UrlPattern
-
Packages that use UrlPattern Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of UrlPattern in com.oracle.bmc.networkfirewall.model
Subclasses of UrlPattern in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
SimpleUrlPattern
Pattern describing an http/https URL or set thereof as a concatenation of optional host component and optional path component.Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type UrlPattern Modifier and Type Method Description List<UrlPattern>
CreateUrlListDetails. getUrls()
List of urls.List<UrlPattern>
UpdateUrlListDetails. getUrls()
List of urls.List<UrlPattern>
UrlList. getUrls()
List of urls.Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type UrlPattern Modifier and Type Method Description CreateUrlListDetails.Builder
CreateUrlListDetails.Builder. urls(List<UrlPattern> urls)
List of urls.UpdateUrlListDetails.Builder
UpdateUrlListDetails.Builder. urls(List<UrlPattern> urls)
List of urls.UrlList.Builder
UrlList.Builder. urls(List<UrlPattern> urls)
List of urls.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type UrlPattern Constructor Description CreateUrlListDetails(String name, List<UrlPattern> urls)
Deprecated.UpdateUrlListDetails(List<UrlPattern> urls)
Deprecated.UrlList(String name, List<UrlPattern> urls, Integer totalUrls, String parentResourceId)
Deprecated.
-