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 ListWafTrafficResponse
Waas. 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)
ListWafTrafficResponse
WaasClient. listWafTraffic(ListWafTrafficRequest request)
Iterable<WafTrafficDatum>
WaasPaginators. listWafTrafficRecordIterator(ListWafTrafficRequest request)
Creates a new iterable which will iterate over theWafTrafficDatum
objects 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 ListWafTrafficRequest
ListWafTrafficRequest.Builder. build()
Build the instance of ListWafTrafficRequest as configured by this builderListWafTrafficRequest
ListWafTrafficRequest.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.Builder
ListWafTrafficRequest.Builder. copy(ListWafTrafficRequest o)
Copy method to populate the builder with values from the given instance.
-