Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsLogGroupSummary
-
Packages that use LogAnalyticsLogGroupSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsLogGroupSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsLogGroupSummary Modifier and Type Method Description Iterable<LogAnalyticsLogGroupSummary>
LogAnalyticsPaginators. listLogAnalyticsLogGroupsRecordIterator(ListLogAnalyticsLogGroupsRequest request)
Creates a new iterable which will iterate over theLogAnalyticsLogGroupSummary
objects contained in responses from the listLogAnalyticsLogGroups operation. -
Uses of LogAnalyticsLogGroupSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsLogGroupSummary Modifier and Type Method Description LogAnalyticsLogGroupSummary
LogAnalyticsLogGroupSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsLogGroupSummary Modifier and Type Method Description List<LogAnalyticsLogGroupSummary>
LogAnalyticsLogGroupSummaryCollection. getItems()
An array of log group summary objects.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsLogGroupSummary Modifier and Type Method Description LogAnalyticsLogGroupSummary.Builder
LogAnalyticsLogGroupSummary.Builder. copy(LogAnalyticsLogGroupSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsLogGroupSummary Modifier and Type Method Description LogAnalyticsLogGroupSummaryCollection.Builder
LogAnalyticsLogGroupSummaryCollection.Builder. items(List<LogAnalyticsLogGroupSummary> items)
An array of log group summary objects.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsLogGroupSummary Constructor Description LogAnalyticsLogGroupSummaryCollection(List<LogAnalyticsLogGroupSummary> items)
Deprecated.
-