Uses of Class
com.oracle.bmc.waas.responses.UpdateWafConfigResponse
-
Packages that use UpdateWafConfigResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateWafConfigResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateWafConfigResponse Modifier and Type Method Description UpdateWafConfigResponse
Waas. updateWafConfig(UpdateWafConfigRequest request)
Updates the Web Application Firewall configuration for a specified WAAS policy.UpdateWafConfigResponse
WaasClient. updateWafConfig(UpdateWafConfigRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type UpdateWafConfigResponse Modifier and Type Method Description Future<UpdateWafConfigResponse>
WaasAsync. updateWafConfig(UpdateWafConfigRequest request, AsyncHandler<UpdateWafConfigRequest,UpdateWafConfigResponse> handler)
Updates the Web Application Firewall configuration for a specified WAAS policy.Future<UpdateWafConfigResponse>
WaasAsyncClient. updateWafConfig(UpdateWafConfigRequest request, AsyncHandler<UpdateWafConfigRequest,UpdateWafConfigResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateWafConfigResponse Modifier and Type Method Description Future<UpdateWafConfigResponse>
WaasAsync. updateWafConfig(UpdateWafConfigRequest request, AsyncHandler<UpdateWafConfigRequest,UpdateWafConfigResponse> handler)
Updates the Web Application Firewall configuration for a specified WAAS policy.Future<UpdateWafConfigResponse>
WaasAsyncClient. updateWafConfig(UpdateWafConfigRequest request, AsyncHandler<UpdateWafConfigRequest,UpdateWafConfigResponse> handler)
-
Uses of UpdateWafConfigResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateWafConfigResponse Modifier and Type Method Description UpdateWafConfigResponse
UpdateWafConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateWafConfigResponse Modifier and Type Method Description UpdateWafConfigResponse.Builder
UpdateWafConfigResponse.Builder. copy(UpdateWafConfigResponse o)
Copy method to populate the builder with values from the given instance.
-