Uses of Class
com.oracle.bmc.networkloadbalancer.model.WorkRequestLogEntry
-
Packages that use WorkRequestLogEntry Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.model -
-
Uses of WorkRequestLogEntry in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type WorkRequestLogEntry Modifier and Type Method Description Iterable<WorkRequestLogEntry>NetworkLoadBalancerPaginators. 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.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntryWorkRequestLogEntry.Builder. build()Methods in com.oracle.bmc.networkloadbalancer.model that return types with arguments of type WorkRequestLogEntry Modifier and Type Method Description List<WorkRequestLogEntry>WorkRequestLogEntryCollection. getItems()An array of WorkRequestLogEntry objects.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntry.BuilderWorkRequestLogEntry.Builder. copy(WorkRequestLogEntry model)Method parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntryCollection.BuilderWorkRequestLogEntryCollection.Builder. items(List<WorkRequestLogEntry> items)An array of WorkRequestLogEntry objects.Constructor parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type WorkRequestLogEntry Constructor Description WorkRequestLogEntryCollection(List<WorkRequestLogEntry> items)Deprecated.
-