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