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.loggingMethods 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 theWorkRequestLogobjects contained in responses from the listWorkRequestLogs operation.
- 
Uses of WorkRequestLog in com.oracle.bmc.logging.modelMethods in com.oracle.bmc.logging.model that return WorkRequestLog Modifier and Type Method Description WorkRequestLogWorkRequestLog.Builder. build()Methods in com.oracle.bmc.logging.model with parameters of type WorkRequestLog Modifier and Type Method Description WorkRequestLog.BuilderWorkRequestLog.Builder. copy(WorkRequestLog model)
- 
Uses of WorkRequestLog in com.oracle.bmc.logging.responsesMethods 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.BuilderListWorkRequestLogsResponse.Builder. items(List<WorkRequestLog> items)A list of com.oracle.bmc.logging.model.WorkRequestLog instances.
 
-