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