Uses of Class
com.oracle.bmc.waf.model.UpdateWebAppFirewallDetails
-
Packages that use UpdateWebAppFirewallDetails Package Description com.oracle.bmc.waf.model com.oracle.bmc.waf.requests -
-
Uses of UpdateWebAppFirewallDetails in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return UpdateWebAppFirewallDetails Modifier and Type Method Description UpdateWebAppFirewallDetails
UpdateWebAppFirewallDetails.Builder. build()
Methods in com.oracle.bmc.waf.model with parameters of type UpdateWebAppFirewallDetails Modifier and Type Method Description UpdateWebAppFirewallDetails.Builder
UpdateWebAppFirewallDetails.Builder. copy(UpdateWebAppFirewallDetails model)
-
Uses of UpdateWebAppFirewallDetails in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return UpdateWebAppFirewallDetails Modifier and Type Method Description UpdateWebAppFirewallDetails
UpdateWebAppFirewallRequest. getBody$()
Alternative accessor for the body parameter.UpdateWebAppFirewallDetails
UpdateWebAppFirewallRequest. getUpdateWebAppFirewallDetails()
The information to be updated.Methods in com.oracle.bmc.waf.requests with parameters of type UpdateWebAppFirewallDetails Modifier and Type Method Description UpdateWebAppFirewallRequest.Builder
UpdateWebAppFirewallRequest.Builder. body$(UpdateWebAppFirewallDetails body)
Alternative setter for the body parameter.UpdateWebAppFirewallRequest.Builder
UpdateWebAppFirewallRequest.Builder. updateWebAppFirewallDetails(UpdateWebAppFirewallDetails updateWebAppFirewallDetails)
The information to be updated.
-