Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsTemplateSummary
-
Packages that use LogAnalyticsTemplateSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsTemplateSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsTemplateSummary Modifier and Type Method Description Iterable<LogAnalyticsTemplateSummary>
LogAnalyticsPaginators. listTemplatesRecordIterator(ListTemplatesRequest request)
Creates a new iterable which will iterate over theLogAnalyticsTemplateSummary
objects contained in responses from the listTemplates operation. -
Uses of LogAnalyticsTemplateSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsTemplateSummary Modifier and Type Method Description LogAnalyticsTemplateSummary
LogAnalyticsTemplateSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsTemplateSummary Modifier and Type Method Description List<LogAnalyticsTemplateSummary>
LogAnalyticsTemplateCollection. getItems()
An array of template summary objects.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsTemplateSummary Modifier and Type Method Description LogAnalyticsTemplateSummary.Builder
LogAnalyticsTemplateSummary.Builder. copy(LogAnalyticsTemplateSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsTemplateSummary Modifier and Type Method Description LogAnalyticsTemplateCollection.Builder
LogAnalyticsTemplateCollection.Builder. items(List<LogAnalyticsTemplateSummary> items)
An array of template summary objects.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsTemplateSummary Constructor Description LogAnalyticsTemplateCollection(List<LogAnalyticsTemplateSummary> items)
Deprecated.
-