Uses of Class
com.oracle.bmc.waas.responses.ListWafBlockedRequestsResponse
-
Packages that use ListWafBlockedRequestsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListWafBlockedRequestsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListWafBlockedRequestsResponse Modifier and Type Method Description ListWafBlockedRequestsResponse
Waas. listWafBlockedRequests(ListWafBlockedRequestsRequest request)
Gets the number of blocked requests by a Web Application Firewall feature in five minute blocks, sorted bytimeObserved
in ascending order (starting from oldest data).ListWafBlockedRequestsResponse
WaasClient. listWafBlockedRequests(ListWafBlockedRequestsRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListWafBlockedRequestsResponse Modifier and Type Method Description Future<ListWafBlockedRequestsResponse>
WaasAsync. listWafBlockedRequests(ListWafBlockedRequestsRequest request, AsyncHandler<ListWafBlockedRequestsRequest,ListWafBlockedRequestsResponse> handler)
Gets the number of blocked requests by a Web Application Firewall feature in five minute blocks, sorted bytimeObserved
in ascending order (starting from oldest data).Future<ListWafBlockedRequestsResponse>
WaasAsyncClient. listWafBlockedRequests(ListWafBlockedRequestsRequest request, AsyncHandler<ListWafBlockedRequestsRequest,ListWafBlockedRequestsResponse> handler)
Iterable<ListWafBlockedRequestsResponse>
WaasPaginators. listWafBlockedRequestsResponseIterator(ListWafBlockedRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listWafBlockedRequests operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListWafBlockedRequestsResponse Modifier and Type Method Description Future<ListWafBlockedRequestsResponse>
WaasAsync. listWafBlockedRequests(ListWafBlockedRequestsRequest request, AsyncHandler<ListWafBlockedRequestsRequest,ListWafBlockedRequestsResponse> handler)
Gets the number of blocked requests by a Web Application Firewall feature in five minute blocks, sorted bytimeObserved
in ascending order (starting from oldest data).Future<ListWafBlockedRequestsResponse>
WaasAsyncClient. listWafBlockedRequests(ListWafBlockedRequestsRequest request, AsyncHandler<ListWafBlockedRequestsRequest,ListWafBlockedRequestsResponse> handler)
-
Uses of ListWafBlockedRequestsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListWafBlockedRequestsResponse Modifier and Type Method Description ListWafBlockedRequestsResponse
ListWafBlockedRequestsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListWafBlockedRequestsResponse Modifier and Type Method Description ListWafBlockedRequestsResponse.Builder
ListWafBlockedRequestsResponse.Builder. copy(ListWafBlockedRequestsResponse o)
Copy method to populate the builder with values from the given instance.
-