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