Uses of Class
com.oracle.bmc.waas.requests.UpdateWafAddressRateLimitingRequest
-
Packages that use UpdateWafAddressRateLimitingRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateWafAddressRateLimitingRequest in com.oracle.bmc.waas
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateWafAddressRateLimitingRequest 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 UpdateWafAddressRateLimitingRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateWafAddressRateLimitingRequest Modifier and Type Method Description UpdateWafAddressRateLimitingRequest
UpdateWafAddressRateLimitingRequest.Builder. build()
Build the instance of UpdateWafAddressRateLimitingRequest as configured by this builderUpdateWafAddressRateLimitingRequest
UpdateWafAddressRateLimitingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateWafAddressRateLimitingRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateWafAddressRateLimitingRequest Modifier and Type Method Description UpdateWafAddressRateLimitingRequest.Builder
UpdateWafAddressRateLimitingRequest.Builder. copy(UpdateWafAddressRateLimitingRequest o)
Copy method to populate the builder with values from the given instance.
-