Uses of Class
com.oracle.bmc.networkfirewall.model.SecurityRuleSummary
-
Packages that use SecurityRuleSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of SecurityRuleSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type SecurityRuleSummary Modifier and Type Method Description Iterable<SecurityRuleSummary>
NetworkFirewallPaginators. listSecurityRulesRecordIterator(ListSecurityRulesRequest request)
Creates a new iterable which will iterate over theSecurityRuleSummary
objects contained in responses from the listSecurityRules operation. -
Uses of SecurityRuleSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return SecurityRuleSummary Modifier and Type Method Description SecurityRuleSummary
SecurityRuleSummary.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type SecurityRuleSummary Modifier and Type Method Description List<SecurityRuleSummary>
SecurityRuleSummaryCollection. getItems()
Collection of Security Rule Summaries.Methods in com.oracle.bmc.networkfirewall.model with parameters of type SecurityRuleSummary Modifier and Type Method Description SecurityRuleSummary.Builder
SecurityRuleSummary.Builder. copy(SecurityRuleSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type SecurityRuleSummary Modifier and Type Method Description SecurityRuleSummaryCollection.Builder
SecurityRuleSummaryCollection.Builder. items(List<SecurityRuleSummary> items)
Collection of Security Rule Summaries.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type SecurityRuleSummary Constructor Description SecurityRuleSummaryCollection(List<SecurityRuleSummary> items)
Deprecated.
-