Uses of Class
com.oracle.bmc.networkfirewall.model.UrlListSummary
-
Packages that use UrlListSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of UrlListSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UrlListSummary Modifier and Type Method Description Iterable<UrlListSummary>
NetworkFirewallPaginators. listUrlListsRecordIterator(ListUrlListsRequest request)
Creates a new iterable which will iterate over theUrlListSummary
objects contained in responses from the listUrlLists operation. -
Uses of UrlListSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return UrlListSummary Modifier and Type Method Description UrlListSummary
UrlListSummary.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type UrlListSummary Modifier and Type Method Description List<UrlListSummary>
UrlListSummaryCollection. getItems()
Collection of url lists.Methods in com.oracle.bmc.networkfirewall.model with parameters of type UrlListSummary Modifier and Type Method Description UrlListSummary.Builder
UrlListSummary.Builder. copy(UrlListSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type UrlListSummary Modifier and Type Method Description UrlListSummaryCollection.Builder
UrlListSummaryCollection.Builder. items(List<UrlListSummary> items)
Collection of url lists.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type UrlListSummary Constructor Description UrlListSummaryCollection(List<UrlListSummary> items)
Deprecated.
-