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