Uses of Class
com.oracle.bmc.waf.model.CreateWebAppFirewallDetails
- 
Packages that use CreateWebAppFirewallDetails Package Description com.oracle.bmc.waf.model com.oracle.bmc.waf.requests 
- 
- 
Uses of CreateWebAppFirewallDetails in com.oracle.bmc.waf.modelSubclasses of CreateWebAppFirewallDetails in com.oracle.bmc.waf.model Modifier and Type Class Description classCreateWebAppFirewallLoadBalancerDetailsThe information about new WebAppFirewallLoadBalancer.
- 
Uses of CreateWebAppFirewallDetails in com.oracle.bmc.waf.requestsMethods in com.oracle.bmc.waf.requests that return CreateWebAppFirewallDetails Modifier and Type Method Description CreateWebAppFirewallDetailsCreateWebAppFirewallRequest. getBody$()Alternative accessor for the body parameter.CreateWebAppFirewallDetailsCreateWebAppFirewallRequest. getCreateWebAppFirewallDetails()Details for the new Web App Firewall.Methods in com.oracle.bmc.waf.requests with parameters of type CreateWebAppFirewallDetails Modifier and Type Method Description CreateWebAppFirewallRequest.BuilderCreateWebAppFirewallRequest.Builder. body$(CreateWebAppFirewallDetails body)Alternative setter for the body parameter.CreateWebAppFirewallRequest.BuilderCreateWebAppFirewallRequest.Builder. createWebAppFirewallDetails(CreateWebAppFirewallDetails createWebAppFirewallDetails)Details for the new Web App Firewall.
 
-