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.waasMethods 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 theWafLogobjects contained in responses from the listWafLogs operation.
- 
Uses of WafLog in com.oracle.bmc.waas.modelMethods in com.oracle.bmc.waas.model that return WafLog Modifier and Type Method Description WafLogWafLog.Builder. build()Methods in com.oracle.bmc.waas.model with parameters of type WafLog Modifier and Type Method Description WafLog.BuilderWafLog.Builder. copy(WafLog model)
- 
Uses of WafLog in com.oracle.bmc.waas.responsesMethods 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.BuilderListWafLogsResponse.Builder. items(List<WafLog> items)A list of com.oracle.bmc.waas.model.WafLog instances.
 
-