Uses of Class
com.oracle.bmc.waas.responses.ListWafLogsResponse
-
Packages that use ListWafLogsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListWafLogsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListWafLogsResponse Modifier and Type Method Description ListWafLogsResponse
Waas. listWafLogs(ListWafLogsRequest request)
Gets structured Web Application Firewall event logs for a WAAS policy.ListWafLogsResponse
WaasClient. listWafLogs(ListWafLogsRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListWafLogsResponse Modifier and Type Method Description Future<ListWafLogsResponse>
WaasAsync. listWafLogs(ListWafLogsRequest request, AsyncHandler<ListWafLogsRequest,ListWafLogsResponse> handler)
Gets structured Web Application Firewall event logs for a WAAS policy.Future<ListWafLogsResponse>
WaasAsyncClient. listWafLogs(ListWafLogsRequest request, AsyncHandler<ListWafLogsRequest,ListWafLogsResponse> handler)
Iterable<ListWafLogsResponse>
WaasPaginators. listWafLogsResponseIterator(ListWafLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listWafLogs operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListWafLogsResponse Modifier and Type Method Description Future<ListWafLogsResponse>
WaasAsync. listWafLogs(ListWafLogsRequest request, AsyncHandler<ListWafLogsRequest,ListWafLogsResponse> handler)
Gets structured Web Application Firewall event logs for a WAAS policy.Future<ListWafLogsResponse>
WaasAsyncClient. listWafLogs(ListWafLogsRequest request, AsyncHandler<ListWafLogsRequest,ListWafLogsResponse> handler)
-
Uses of ListWafLogsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListWafLogsResponse Modifier and Type Method Description ListWafLogsResponse
ListWafLogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListWafLogsResponse Modifier and Type Method Description ListWafLogsResponse.Builder
ListWafLogsResponse.Builder. copy(ListWafLogsResponse o)
Copy method to populate the builder with values from the given instance.
-