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