Uses of Class
com.oracle.bmc.waas.requests.ListWafLogsRequest
-
Packages that use ListWafLogsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListWafLogsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListWafLogsRequest Modifier and Type Method Description ListWafLogsResponseWaas. listWafLogs(ListWafLogsRequest request)Gets structured Web Application Firewall event logs for a WAAS policy.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)ListWafLogsResponseWaasClient. listWafLogs(ListWafLogsRequest request)Iterable<WafLog>WaasPaginators. listWafLogsRecordIterator(ListWafLogsRequest request)Creates a new iterable which will iterate over theWafLogobjects contained in responses from the listWafLogs operation.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 ListWafLogsRequest 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 ListWafLogsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListWafLogsRequest Modifier and Type Method Description ListWafLogsRequestListWafLogsRequest.Builder. build()Build the instance of ListWafLogsRequest as configured by this builderListWafLogsRequestListWafLogsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWafLogsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListWafLogsRequest Modifier and Type Method Description ListWafLogsRequest.BuilderListWafLogsRequest.Builder. copy(ListWafLogsRequest o)Copy method to populate the builder with values from the given instance.
-