Uses of Class
com.oracle.bmc.waas.responses.ListWafRequestsResponse
-
Packages that use ListWafRequestsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListWafRequestsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListWafRequestsResponse Modifier and Type Method Description ListWafRequestsResponse
Waas. listWafRequests(ListWafRequestsRequest request)
Gets the number of requests managed by a Web Application Firewall over a specified period of time, including blocked requests.ListWafRequestsResponse
WaasClient. listWafRequests(ListWafRequestsRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListWafRequestsResponse Modifier and Type Method Description Future<ListWafRequestsResponse>
WaasAsync. listWafRequests(ListWafRequestsRequest request, AsyncHandler<ListWafRequestsRequest,ListWafRequestsResponse> handler)
Gets the number of requests managed by a Web Application Firewall over a specified period of time, including blocked requests.Future<ListWafRequestsResponse>
WaasAsyncClient. listWafRequests(ListWafRequestsRequest request, AsyncHandler<ListWafRequestsRequest,ListWafRequestsResponse> handler)
Iterable<ListWafRequestsResponse>
WaasPaginators. listWafRequestsResponseIterator(ListWafRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listWafRequests operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListWafRequestsResponse Modifier and Type Method Description Future<ListWafRequestsResponse>
WaasAsync. listWafRequests(ListWafRequestsRequest request, AsyncHandler<ListWafRequestsRequest,ListWafRequestsResponse> handler)
Gets the number of requests managed by a Web Application Firewall over a specified period of time, including blocked requests.Future<ListWafRequestsResponse>
WaasAsyncClient. listWafRequests(ListWafRequestsRequest request, AsyncHandler<ListWafRequestsRequest,ListWafRequestsResponse> handler)
-
Uses of ListWafRequestsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListWafRequestsResponse Modifier and Type Method Description ListWafRequestsResponse
ListWafRequestsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListWafRequestsResponse Modifier and Type Method Description ListWafRequestsResponse.Builder
ListWafRequestsResponse.Builder. copy(ListWafRequestsResponse o)
Copy method to populate the builder with values from the given instance.
-