Uses of Class
com.oracle.bmc.apmcontrolplane.model.WorkRequestLogEntry
- 
Packages that use WorkRequestLogEntry Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.model com.oracle.bmc.apmcontrolplane.responses 
- 
- 
Uses of WorkRequestLogEntry in com.oracle.bmc.apmcontrolplaneMethods in com.oracle.bmc.apmcontrolplane that return types with arguments of type WorkRequestLogEntry Modifier and Type Method Description Iterable<WorkRequestLogEntry>ApmDomainPaginators. listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)Creates a new iterable which will iterate over theWorkRequestLogEntryobjects contained in responses from the listWorkRequestLogs operation.
- 
Uses of WorkRequestLogEntry in com.oracle.bmc.apmcontrolplane.modelMethods in com.oracle.bmc.apmcontrolplane.model that return WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntryWorkRequestLogEntry.Builder. build()Methods in com.oracle.bmc.apmcontrolplane.model with parameters of type WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntry.BuilderWorkRequestLogEntry.Builder. copy(WorkRequestLogEntry model)
- 
Uses of WorkRequestLogEntry in com.oracle.bmc.apmcontrolplane.responsesMethods in com.oracle.bmc.apmcontrolplane.responses that return types with arguments of type WorkRequestLogEntry Modifier and Type Method Description List<WorkRequestLogEntry>ListWorkRequestLogsResponse. getItems()A list of com.oracle.bmc.apmcontrolplane.model.WorkRequestLogEntry instances.Method parameters in com.oracle.bmc.apmcontrolplane.responses with type arguments of type WorkRequestLogEntry Modifier and Type Method Description ListWorkRequestLogsResponse.BuilderListWorkRequestLogsResponse.Builder. items(List<WorkRequestLogEntry> items)A list of com.oracle.bmc.apmcontrolplane.model.WorkRequestLogEntry instances.
 
-