Uses of Class
com.oracle.bmc.waf.responses.UpdateWebAppFirewallResponse
-
Packages that use UpdateWebAppFirewallResponse Package Description com.oracle.bmc.waf com.oracle.bmc.waf.responses -
-
Uses of UpdateWebAppFirewallResponse in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return UpdateWebAppFirewallResponse Modifier and Type Method Description UpdateWebAppFirewallResponse
Waf. updateWebAppFirewall(UpdateWebAppFirewallRequest request)
Updates the WebAppFirewall identified by the OCID.UpdateWebAppFirewallResponse
WafClient. updateWebAppFirewall(UpdateWebAppFirewallRequest request)
Methods in com.oracle.bmc.waf that return types with arguments of type UpdateWebAppFirewallResponse Modifier and Type Method Description Future<UpdateWebAppFirewallResponse>
WafAsync. updateWebAppFirewall(UpdateWebAppFirewallRequest request, AsyncHandler<UpdateWebAppFirewallRequest,UpdateWebAppFirewallResponse> handler)
Updates the WebAppFirewall identified by the OCID.Future<UpdateWebAppFirewallResponse>
WafAsyncClient. updateWebAppFirewall(UpdateWebAppFirewallRequest request, AsyncHandler<UpdateWebAppFirewallRequest,UpdateWebAppFirewallResponse> handler)
Method parameters in com.oracle.bmc.waf with type arguments of type UpdateWebAppFirewallResponse Modifier and Type Method Description Future<UpdateWebAppFirewallResponse>
WafAsync. updateWebAppFirewall(UpdateWebAppFirewallRequest request, AsyncHandler<UpdateWebAppFirewallRequest,UpdateWebAppFirewallResponse> handler)
Updates the WebAppFirewall identified by the OCID.Future<UpdateWebAppFirewallResponse>
WafAsyncClient. updateWebAppFirewall(UpdateWebAppFirewallRequest request, AsyncHandler<UpdateWebAppFirewallRequest,UpdateWebAppFirewallResponse> handler)
-
Uses of UpdateWebAppFirewallResponse in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return UpdateWebAppFirewallResponse Modifier and Type Method Description UpdateWebAppFirewallResponse
UpdateWebAppFirewallResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waf.responses with parameters of type UpdateWebAppFirewallResponse Modifier and Type Method Description UpdateWebAppFirewallResponse.Builder
UpdateWebAppFirewallResponse.Builder. copy(UpdateWebAppFirewallResponse o)
Copy method to populate the builder with values from the given instance.
-