Uses of Class
com.oracle.bmc.waf.model.WebAppFirewallSummary
-
Packages that use WebAppFirewallSummary Package Description com.oracle.bmc.waf com.oracle.bmc.waf.model -
-
Uses of WebAppFirewallSummary in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return types with arguments of type WebAppFirewallSummary Modifier and Type Method Description Iterable<WebAppFirewallSummary>
WafPaginators. listWebAppFirewallsRecordIterator(ListWebAppFirewallsRequest request)
Creates a new iterable which will iterate over theWebAppFirewallSummary
objects contained in responses from the listWebAppFirewalls operation. -
Uses of WebAppFirewallSummary in com.oracle.bmc.waf.model
Subclasses of WebAppFirewallSummary in com.oracle.bmc.waf.model Modifier and Type Class Description class
WebAppFirewallLoadBalancerSummary
Summary of the WebAppFirewallLoadBalancer.Methods in com.oracle.bmc.waf.model that return types with arguments of type WebAppFirewallSummary Modifier and Type Method Description List<WebAppFirewallSummary>
WebAppFirewallCollection. getItems()
List of WebAppFirewalls.Method parameters in com.oracle.bmc.waf.model with type arguments of type WebAppFirewallSummary Modifier and Type Method Description WebAppFirewallCollection.Builder
WebAppFirewallCollection.Builder. items(List<WebAppFirewallSummary> items)
List of WebAppFirewalls.Constructor parameters in com.oracle.bmc.waf.model with type arguments of type WebAppFirewallSummary Constructor Description WebAppFirewallCollection(List<WebAppFirewallSummary> items)
Deprecated.
-