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