Uses of Class
com.oracle.bmc.networkfirewall.model.NetworkFirewallSummary
-
Packages that use NetworkFirewallSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of NetworkFirewallSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type NetworkFirewallSummary Modifier and Type Method Description Iterable<NetworkFirewallSummary>
NetworkFirewallPaginators. listNetworkFirewallsRecordIterator(ListNetworkFirewallsRequest request)
Creates a new iterable which will iterate over theNetworkFirewallSummary
objects contained in responses from the listNetworkFirewalls operation. -
Uses of NetworkFirewallSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return NetworkFirewallSummary Modifier and Type Method Description NetworkFirewallSummary
NetworkFirewallSummary.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type NetworkFirewallSummary Modifier and Type Method Description List<NetworkFirewallSummary>
NetworkFirewallCollection. getItems()
List of network firewalls.Methods in com.oracle.bmc.networkfirewall.model with parameters of type NetworkFirewallSummary Modifier and Type Method Description NetworkFirewallSummary.Builder
NetworkFirewallSummary.Builder. copy(NetworkFirewallSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type NetworkFirewallSummary Modifier and Type Method Description NetworkFirewallCollection.Builder
NetworkFirewallCollection.Builder. items(List<NetworkFirewallSummary> items)
List of network firewalls.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type NetworkFirewallSummary Constructor Description NetworkFirewallCollection(List<NetworkFirewallSummary> items)
Deprecated.
-