Uses of Class
com.oracle.bmc.logging.model.LogSavedSearchSummary
-
Packages that use LogSavedSearchSummary Package Description com.oracle.bmc.logging com.oracle.bmc.logging.model -
-
Uses of LogSavedSearchSummary in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return types with arguments of type LogSavedSearchSummary Modifier and Type Method Description Iterable<LogSavedSearchSummary>
LoggingManagementPaginators. listLogSavedSearchesRecordIterator(ListLogSavedSearchesRequest request)
Creates a new iterable which will iterate over theLogSavedSearchSummary
objects contained in responses from the listLogSavedSearches operation. -
Uses of LogSavedSearchSummary in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return LogSavedSearchSummary Modifier and Type Method Description LogSavedSearchSummary
LogSavedSearchSummary.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type LogSavedSearchSummary Modifier and Type Method Description List<LogSavedSearchSummary>
LogSavedSearchSummaryCollection. getItems()
The Saved Seach SummariesMethods in com.oracle.bmc.logging.model with parameters of type LogSavedSearchSummary Modifier and Type Method Description LogSavedSearchSummary.Builder
LogSavedSearchSummary.Builder. copy(LogSavedSearchSummary model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type LogSavedSearchSummary Modifier and Type Method Description LogSavedSearchSummaryCollection.Builder
LogSavedSearchSummaryCollection.Builder. items(List<LogSavedSearchSummary> items)
The Saved Seach SummariesConstructor parameters in com.oracle.bmc.logging.model with type arguments of type LogSavedSearchSummary Constructor Description LogSavedSearchSummaryCollection(List<LogSavedSearchSummary> items)
Deprecated.
-