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