Uses of Class
com.oracle.bmc.networkfirewall.model.ApplicationSummary
-
Packages that use ApplicationSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of ApplicationSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ApplicationSummary Modifier and Type Method Description Iterable<ApplicationSummary>
NetworkFirewallPaginators. listApplicationsRecordIterator(ListApplicationsRequest request)
Creates a new iterable which will iterate over theApplicationSummary
objects contained in responses from the listApplications operation. -
Uses of ApplicationSummary in com.oracle.bmc.networkfirewall.model
Subclasses of ApplicationSummary in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
Icmp6ApplicationSummary
Summary object for ICMP V6 application element in the network firewall policy.class
IcmpApplicationSummary
Summary object for ICMP application element in the network firewall policy.Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type ApplicationSummary Modifier and Type Method Description List<ApplicationSummary>
ApplicationSummaryCollection. getItems()
Collection of Applications.Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ApplicationSummary Modifier and Type Method Description ApplicationSummaryCollection.Builder
ApplicationSummaryCollection.Builder. items(List<ApplicationSummary> items)
Collection of Applications.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ApplicationSummary Constructor Description ApplicationSummaryCollection(List<ApplicationSummary> items)
Deprecated.
-