Uses of Class
com.oracle.bmc.networkfirewall.model.ServiceSummary
-
Packages that use ServiceSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of ServiceSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ServiceSummary Modifier and Type Method Description Iterable<ServiceSummary>
NetworkFirewallPaginators. listServicesRecordIterator(ListServicesRequest request)
Creates a new iterable which will iterate over theServiceSummary
objects contained in responses from the listServices operation. -
Uses of ServiceSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return ServiceSummary Modifier and Type Method Description ServiceSummary
ServiceSummary.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type ServiceSummary Modifier and Type Method Description List<ServiceSummary>
ServiceSummaryCollection. getItems()
Collection of Services.Methods in com.oracle.bmc.networkfirewall.model with parameters of type ServiceSummary Modifier and Type Method Description ServiceSummary.Builder
ServiceSummary.Builder. copy(ServiceSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ServiceSummary Modifier and Type Method Description ServiceSummaryCollection.Builder
ServiceSummaryCollection.Builder. items(List<ServiceSummary> items)
Collection of Services.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ServiceSummary Constructor Description ServiceSummaryCollection(List<ServiceSummary> items)
Deprecated.
-