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.networkfirewall
Methods 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 theApplicationGroupSummary
objects contained in responses from the listApplicationGroups operation. -
Uses of ApplicationGroupSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return ApplicationGroupSummary Modifier and Type Method Description ApplicationGroupSummary
ApplicationGroupSummary.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.Builder
ApplicationGroupSummary.Builder. copy(ApplicationGroupSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type ApplicationGroupSummary Modifier and Type Method Description ApplicationGroupSummaryCollection.Builder
ApplicationGroupSummaryCollection.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.
-