Uses of Class
com.oracle.bmc.waas.model.WafLog
-
Packages that use WafLog Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of WafLog in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type WafLog Modifier and Type Method Description Iterable<WafLog>
WaasPaginators. listWafLogsRecordIterator(ListWafLogsRequest request)
Creates a new iterable which will iterate over theWafLog
objects contained in responses from the listWafLogs operation. -
Uses of WafLog in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return WafLog Modifier and Type Method Description WafLog
WafLog.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type WafLog Modifier and Type Method Description WafLog.Builder
WafLog.Builder. copy(WafLog model)
-
Uses of WafLog in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type WafLog Modifier and Type Method Description List<WafLog>
ListWafLogsResponse. getItems()
A list of com.oracle.bmc.waas.model.WafLog instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type WafLog Modifier and Type Method Description ListWafLogsResponse.Builder
ListWafLogsResponse.Builder. items(List<WafLog> items)
A list of com.oracle.bmc.waas.model.WafLog instances.
-