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