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