Uses of Class
com.oracle.bmc.networkfirewall.model.ApplicationGroupSummary
- 
Packages that use ApplicationGroupSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model 
- 
- 
Uses of ApplicationGroupSummary in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall that return types with arguments of type ApplicationGroupSummary Modifier and Type Method Description Iterable<ApplicationGroupSummary>NetworkFirewallPaginators. listApplicationGroupsRecordIterator(ListApplicationGroupsRequest request)Creates a new iterable which will iterate over theApplicationGroupSummaryobjects contained in responses from the listApplicationGroups operation.
- 
Uses of ApplicationGroupSummary in com.oracle.bmc.networkfirewall.modelMethods in com.oracle.bmc.networkfirewall.model that return ApplicationGroupSummary Modifier and Type Method Description ApplicationGroupSummaryApplicationGroupSummary.Builder. build()Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type ApplicationGroupSummary Modifier and Type Method Description List<ApplicationGroupSummary>ApplicationGroupSummaryCollection. getItems()List of application lists.Methods in com.oracle.bmc.networkfirewall.model with parameters of type ApplicationGroupSummary Modifier and Type Method Description ApplicationGroupSummary.BuilderApplicationGroupSummary.Builder. copy(ApplicationGroupSummary model)Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ApplicationGroupSummary Modifier and Type Method Description ApplicationGroupSummaryCollection.BuilderApplicationGroupSummaryCollection.Builder. items(List<ApplicationGroupSummary> items)List of application lists.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ApplicationGroupSummary Constructor Description ApplicationGroupSummaryCollection(List<ApplicationGroupSummary> items)Deprecated.
 
-