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.loganalytics
Methods 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 theIngestTimeRuleSummary
objects contained in responses from the listIngestTimeRules operation. -
Uses of IngestTimeRuleSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return IngestTimeRuleSummary Modifier and Type Method Description IngestTimeRuleSummary
IngestTimeRuleSummary.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.Builder
IngestTimeRuleSummary.Builder. copy(IngestTimeRuleSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type IngestTimeRuleSummary Modifier and Type Method Description IngestTimeRuleSummaryCollection.Builder
IngestTimeRuleSummaryCollection.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.
-