Uses of Class
com.oracle.bmc.logging.model.LogSummary
-
Packages that use LogSummary Package Description com.oracle.bmc.logging com.oracle.bmc.logging.model com.oracle.bmc.logging.responses -
-
Uses of LogSummary in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return types with arguments of type LogSummary Modifier and Type Method Description Iterable<LogSummary>
LoggingManagementPaginators. listLogsRecordIterator(ListLogsRequest request)
Creates a new iterable which will iterate over theLogSummary
objects contained in responses from the listLogs operation. -
Uses of LogSummary in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return LogSummary Modifier and Type Method Description LogSummary
LogSummary.Builder. build()
Methods in com.oracle.bmc.logging.model with parameters of type LogSummary Modifier and Type Method Description LogSummary.Builder
LogSummary.Builder. copy(LogSummary model)
-
Uses of LogSummary in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return types with arguments of type LogSummary Modifier and Type Method Description List<LogSummary>
ListLogsResponse. getItems()
A list of com.oracle.bmc.logging.model.LogSummary instances.Method parameters in com.oracle.bmc.logging.responses with type arguments of type LogSummary Modifier and Type Method Description ListLogsResponse.Builder
ListLogsResponse.Builder. items(List<LogSummary> items)
A list of com.oracle.bmc.logging.model.LogSummary instances.
-