Uses of Class
com.oracle.bmc.loganalytics.model.WorkRequestLog
-
Packages that use WorkRequestLog Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of WorkRequestLog in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type WorkRequestLog Modifier and Type Method Description Iterable<WorkRequestLog>
LogAnalyticsPaginators. listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over theWorkRequestLog
objects contained in responses from the listWorkRequestLogs operation. -
Uses of WorkRequestLog in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return WorkRequestLog Modifier and Type Method Description WorkRequestLog
WorkRequestLog.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type WorkRequestLog Modifier and Type Method Description List<WorkRequestLog>
WorkRequestLogCollection. getItems()
This is an array of logs for the work request.Methods in com.oracle.bmc.loganalytics.model with parameters of type WorkRequestLog Modifier and Type Method Description WorkRequestLog.Builder
WorkRequestLog.Builder. copy(WorkRequestLog model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type WorkRequestLog Modifier and Type Method Description WorkRequestLogCollection.Builder
WorkRequestLogCollection.Builder. items(List<WorkRequestLog> items)
This is an array of logs for the work request.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type WorkRequestLog Constructor Description WorkRequestLogCollection(List<WorkRequestLog> items)
Deprecated.
-