Uses of Class
com.oracle.bmc.loganalytics.model.IngestTimeRuleSummary
- 
Packages that use IngestTimeRuleSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model 
- 
- 
Uses of IngestTimeRuleSummary in com.oracle.bmc.loganalyticsMethods in com.oracle.bmc.loganalytics that return types with arguments of type IngestTimeRuleSummary Modifier and Type Method Description Iterable<IngestTimeRuleSummary>LogAnalyticsPaginators. listIngestTimeRulesRecordIterator(ListIngestTimeRulesRequest request)Creates a new iterable which will iterate over theIngestTimeRuleSummaryobjects contained in responses from the listIngestTimeRules operation.
- 
Uses of IngestTimeRuleSummary in com.oracle.bmc.loganalytics.modelMethods in com.oracle.bmc.loganalytics.model that return IngestTimeRuleSummary Modifier and Type Method Description IngestTimeRuleSummaryIngestTimeRuleSummary.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type IngestTimeRuleSummary Modifier and Type Method Description List<IngestTimeRuleSummary>IngestTimeRuleSummaryCollection. getItems()An array of ingest time rule summary objects.Methods in com.oracle.bmc.loganalytics.model with parameters of type IngestTimeRuleSummary Modifier and Type Method Description IngestTimeRuleSummary.BuilderIngestTimeRuleSummary.Builder. copy(IngestTimeRuleSummary model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type IngestTimeRuleSummary Modifier and Type Method Description IngestTimeRuleSummaryCollection.BuilderIngestTimeRuleSummaryCollection.Builder. items(List<IngestTimeRuleSummary> items)An array of ingest time rule summary objects.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type IngestTimeRuleSummary Constructor Description IngestTimeRuleSummaryCollection(List<IngestTimeRuleSummary> items)Deprecated.
 
-