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