Uses of Class
com.oracle.bmc.waas.responses.ListWafTrafficResponse
-
Packages that use ListWafTrafficResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListWafTrafficResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListWafTrafficResponse Modifier and Type Method Description ListWafTrafficResponse
Waas. listWafTraffic(ListWafTrafficRequest request)
Gets the Web Application Firewall traffic data for a WAAS policy.ListWafTrafficResponse
WaasClient. listWafTraffic(ListWafTrafficRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListWafTrafficResponse 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)
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 ListWafTrafficResponse 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 ListWafTrafficResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListWafTrafficResponse Modifier and Type Method Description ListWafTrafficResponse
ListWafTrafficResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListWafTrafficResponse Modifier and Type Method Description ListWafTrafficResponse.Builder
ListWafTrafficResponse.Builder. copy(ListWafTrafficResponse o)
Copy method to populate the builder with values from the given instance.
-