Uses of Class
com.oracle.bmc.networkfirewall.model.NetworkFirewallPolicySummary
-
Packages that use NetworkFirewallPolicySummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of NetworkFirewallPolicySummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type NetworkFirewallPolicySummary Modifier and Type Method Description Iterable<NetworkFirewallPolicySummary>NetworkFirewallPaginators. listNetworkFirewallPoliciesRecordIterator(ListNetworkFirewallPoliciesRequest request)Creates a new iterable which will iterate over theNetworkFirewallPolicySummaryobjects contained in responses from the listNetworkFirewallPolicies operation. -
Uses of NetworkFirewallPolicySummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return NetworkFirewallPolicySummary Modifier and Type Method Description NetworkFirewallPolicySummaryNetworkFirewallPolicySummary.Builder. build()Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type NetworkFirewallPolicySummary Modifier and Type Method Description List<NetworkFirewallPolicySummary>NetworkFirewallPolicySummaryCollection. getItems()Collection of network Firewall Policies.Methods in com.oracle.bmc.networkfirewall.model with parameters of type NetworkFirewallPolicySummary Modifier and Type Method Description NetworkFirewallPolicySummary.BuilderNetworkFirewallPolicySummary.Builder. copy(NetworkFirewallPolicySummary model)Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type NetworkFirewallPolicySummary Modifier and Type Method Description NetworkFirewallPolicySummaryCollection.BuilderNetworkFirewallPolicySummaryCollection.Builder. items(List<NetworkFirewallPolicySummary> items)Collection of network Firewall Policies.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type NetworkFirewallPolicySummary Constructor Description NetworkFirewallPolicySummaryCollection(List<NetworkFirewallPolicySummary> items)Deprecated.
-