Uses of Class
com.oracle.bmc.waf.requests.UpdateWebAppFirewallPolicyRequest
-
Packages that use UpdateWebAppFirewallPolicyRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of UpdateWebAppFirewallPolicyRequest in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf with parameters of type UpdateWebAppFirewallPolicyRequest Modifier and Type Method Description UpdateWebAppFirewallPolicyResponse
Waf. updateWebAppFirewallPolicy(UpdateWebAppFirewallPolicyRequest request)
Update the WebAppFirewallPolicy identified by the OCID.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)
UpdateWebAppFirewallPolicyResponse
WafClient. updateWebAppFirewallPolicy(UpdateWebAppFirewallPolicyRequest request)
Method parameters in com.oracle.bmc.waf with type arguments of type UpdateWebAppFirewallPolicyRequest 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 UpdateWebAppFirewallPolicyRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return UpdateWebAppFirewallPolicyRequest Modifier and Type Method Description UpdateWebAppFirewallPolicyRequest
UpdateWebAppFirewallPolicyRequest.Builder. build()
Build the instance of UpdateWebAppFirewallPolicyRequest as configured by this builderUpdateWebAppFirewallPolicyRequest
UpdateWebAppFirewallPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateWebAppFirewallPolicyRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type UpdateWebAppFirewallPolicyRequest Modifier and Type Method Description UpdateWebAppFirewallPolicyRequest.Builder
UpdateWebAppFirewallPolicyRequest.Builder. copy(UpdateWebAppFirewallPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-