Uses of Class
com.oracle.bmc.waas.requests.ListWafTrafficRequest
-
Packages that use ListWafTrafficRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListWafTrafficRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListWafTrafficRequest Modifier and Type Method Description ListWafTrafficResponseWaas. listWafTraffic(ListWafTrafficRequest request)Gets the Web Application Firewall traffic data for a WAAS policy.Future<ListWafTrafficResponse>WaasAsync. listWafTraffic(ListWafTrafficRequest request, AsyncHandler<ListWafTrafficRequest,ListWafTrafficResponse> handler)Gets the Web Application Firewall traffic data for a WAAS policy.Future<ListWafTrafficResponse>WaasAsyncClient. listWafTraffic(ListWafTrafficRequest request, AsyncHandler<ListWafTrafficRequest,ListWafTrafficResponse> handler)ListWafTrafficResponseWaasClient. listWafTraffic(ListWafTrafficRequest request)Iterable<WafTrafficDatum>WaasPaginators. listWafTrafficRecordIterator(ListWafTrafficRequest request)Creates a new iterable which will iterate over theWafTrafficDatumobjects contained in responses from the listWafTraffic operation.Iterable<ListWafTrafficResponse>WaasPaginators. listWafTrafficResponseIterator(ListWafTrafficRequest request)Creates a new iterable which will iterate over the responses received from the listWafTraffic operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListWafTrafficRequest Modifier and Type Method Description Future<ListWafTrafficResponse>WaasAsync. listWafTraffic(ListWafTrafficRequest request, AsyncHandler<ListWafTrafficRequest,ListWafTrafficResponse> handler)Gets the Web Application Firewall traffic data for a WAAS policy.Future<ListWafTrafficResponse>WaasAsyncClient. listWafTraffic(ListWafTrafficRequest request, AsyncHandler<ListWafTrafficRequest,ListWafTrafficResponse> handler) -
Uses of ListWafTrafficRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListWafTrafficRequest Modifier and Type Method Description ListWafTrafficRequestListWafTrafficRequest.Builder. build()Build the instance of ListWafTrafficRequest as configured by this builderListWafTrafficRequestListWafTrafficRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWafTrafficRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListWafTrafficRequest Modifier and Type Method Description ListWafTrafficRequest.BuilderListWafTrafficRequest.Builder. copy(ListWafTrafficRequest o)Copy method to populate the builder with values from the given instance.
-