Uses of Class
com.oracle.bmc.networkfirewall.model.ServiceListSummary
-
Packages that use ServiceListSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of ServiceListSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ServiceListSummary Modifier and Type Method Description Iterable<ServiceListSummary>
NetworkFirewallPaginators. listServiceListsRecordIterator(ListServiceListsRequest request)
Creates a new iterable which will iterate over theServiceListSummary
objects contained in responses from the listServiceLists operation. -
Uses of ServiceListSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return ServiceListSummary Modifier and Type Method Description ServiceListSummary
ServiceListSummary.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type ServiceListSummary Modifier and Type Method Description List<ServiceListSummary>
ServiceListSummaryCollection. getItems()
List of service lists.Methods in com.oracle.bmc.networkfirewall.model with parameters of type ServiceListSummary Modifier and Type Method Description ServiceListSummary.Builder
ServiceListSummary.Builder. copy(ServiceListSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ServiceListSummary Modifier and Type Method Description ServiceListSummaryCollection.Builder
ServiceListSummaryCollection.Builder. items(List<ServiceListSummary> items)
List of service lists.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ServiceListSummary Constructor Description ServiceListSummaryCollection(List<ServiceListSummary> items)
Deprecated.
-