Uses of Class
com.oracle.bmc.loganalytics.model.LogGroupSummaryReport
-
Packages that use LogGroupSummaryReport Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.responses -
-
Uses of LogGroupSummaryReport in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogGroupSummaryReport Modifier and Type Method Description LogGroupSummaryReport
LogGroupSummaryReport.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type LogGroupSummaryReport Modifier and Type Method Description LogGroupSummaryReport.Builder
LogGroupSummaryReport.Builder. copy(LogGroupSummaryReport model)
-
Uses of LogGroupSummaryReport in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return LogGroupSummaryReport Modifier and Type Method Description LogGroupSummaryReport
GetLogAnalyticsLogGroupsSummaryResponse. getLogGroupSummaryReport()
The returned LogGroupSummaryReport instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type LogGroupSummaryReport Modifier and Type Method Description GetLogAnalyticsLogGroupsSummaryResponse.Builder
GetLogAnalyticsLogGroupsSummaryResponse.Builder. logGroupSummaryReport(LogGroupSummaryReport logGroupSummaryReport)
The returned LogGroupSummaryReport instance.
-