Uses of Class
com.oracle.bmc.waas.requests.UpdateWafConfigRequest
-
Packages that use UpdateWafConfigRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateWafConfigRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateWafConfigRequest Modifier and Type Method Description UpdateWafConfigResponse
Waas. updateWafConfig(UpdateWafConfigRequest request)
Updates the Web Application Firewall configuration for a specified WAAS policy.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)
UpdateWafConfigResponse
WaasClient. updateWafConfig(UpdateWafConfigRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateWafConfigRequest 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 UpdateWafConfigRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateWafConfigRequest Modifier and Type Method Description UpdateWafConfigRequest
UpdateWafConfigRequest.Builder. build()
Build the instance of UpdateWafConfigRequest as configured by this builderUpdateWafConfigRequest
UpdateWafConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateWafConfigRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateWafConfigRequest Modifier and Type Method Description UpdateWafConfigRequest.Builder
UpdateWafConfigRequest.Builder. copy(UpdateWafConfigRequest o)
Copy method to populate the builder with values from the given instance.
-