Uses of Class
com.oracle.bmc.logging.model.WorkRequestLog
-
Packages that use WorkRequestLog Package Description com.oracle.bmc.logging com.oracle.bmc.logging.model com.oracle.bmc.logging.responses -
-
Uses of WorkRequestLog in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return types with arguments of type WorkRequestLog Modifier and Type Method Description Iterable<WorkRequestLog>
LoggingManagementPaginators. 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.logging.model
Methods in com.oracle.bmc.logging.model that return WorkRequestLog Modifier and Type Method Description WorkRequestLog
WorkRequestLog.Builder. build()
Methods in com.oracle.bmc.logging.model with parameters of type WorkRequestLog Modifier and Type Method Description WorkRequestLog.Builder
WorkRequestLog.Builder. copy(WorkRequestLog model)
-
Uses of WorkRequestLog in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return types with arguments of type WorkRequestLog Modifier and Type Method Description List<WorkRequestLog>
ListWorkRequestLogsResponse. getItems()
A list of com.oracle.bmc.logging.model.WorkRequestLog instances.Method parameters in com.oracle.bmc.logging.responses with type arguments of type WorkRequestLog Modifier and Type Method Description ListWorkRequestLogsResponse.Builder
ListWorkRequestLogsResponse.Builder. items(List<WorkRequestLog> items)
A list of com.oracle.bmc.logging.model.WorkRequestLog instances.
-