Uses of Class
com.oracle.bmc.waas.requests.ListWafRequestsRequest
-
Packages that use ListWafRequestsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListWafRequestsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListWafRequestsRequest Modifier and Type Method Description ListWafRequestsResponseWaas. listWafRequests(ListWafRequestsRequest request)Gets the number of requests managed by a Web Application Firewall over a specified period of time, including blocked requests.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)ListWafRequestsResponseWaasClient. listWafRequests(ListWafRequestsRequest request)Iterable<WafRequest>WaasPaginators. listWafRequestsRecordIterator(ListWafRequestsRequest request)Creates a new iterable which will iterate over theWafRequestobjects contained in responses from the listWafRequests operation.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 ListWafRequestsRequest 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 ListWafRequestsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListWafRequestsRequest Modifier and Type Method Description ListWafRequestsRequestListWafRequestsRequest.Builder. build()Build the instance of ListWafRequestsRequest as configured by this builderListWafRequestsRequestListWafRequestsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWafRequestsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListWafRequestsRequest Modifier and Type Method Description ListWafRequestsRequest.BuilderListWafRequestsRequest.Builder. copy(ListWafRequestsRequest o)Copy method to populate the builder with values from the given instance.
-