Uses of Class
com.oracle.bmc.loganalytics.model.RecalledData
-
Packages that use RecalledData Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of RecalledData in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type RecalledData Modifier and Type Method Description Iterable<RecalledData>
LogAnalyticsPaginators. listRecalledDataRecordIterator(ListRecalledDataRequest request)
Creates a new iterable which will iterate over theRecalledData
objects contained in responses from the listRecalledData operation. -
Uses of RecalledData in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RecalledData Modifier and Type Method Description RecalledData
RecalledData.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type RecalledData Modifier and Type Method Description List<RecalledData>
RecalledDataCollection. getItems()
This is the array of recalled dataMethods in com.oracle.bmc.loganalytics.model with parameters of type RecalledData Modifier and Type Method Description RecalledData.Builder
RecalledData.Builder. copy(RecalledData model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type RecalledData Modifier and Type Method Description RecalledDataCollection.Builder
RecalledDataCollection.Builder. items(List<RecalledData> items)
This is the array of recalled dataConstructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type RecalledData Constructor Description RecalledDataCollection(List<RecalledData> items)
Deprecated.
-