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