Uses of Class
com.oracle.bmc.aianomalydetection.model.DataAssetSummary
-
Packages that use DataAssetSummary Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.model -
-
Uses of DataAssetSummary in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type DataAssetSummary Modifier and Type Method Description Iterable<DataAssetSummary>
AnomalyDetectionPaginators. listDataAssetsRecordIterator(ListDataAssetsRequest request)
Creates a new iterable which will iterate over theDataAssetSummary
objects contained in responses from the listDataAssets operation. -
Uses of DataAssetSummary in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return DataAssetSummary Modifier and Type Method Description DataAssetSummary
DataAssetSummary.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model that return types with arguments of type DataAssetSummary Modifier and Type Method Description List<DataAssetSummary>
DataAssetCollection. getItems()
List of dataAssets.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type DataAssetSummary Modifier and Type Method Description DataAssetSummary.Builder
DataAssetSummary.Builder. copy(DataAssetSummary model)
Method parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type DataAssetSummary Modifier and Type Method Description DataAssetCollection.Builder
DataAssetCollection.Builder. items(List<DataAssetSummary> items)
List of dataAssets.Constructor parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type DataAssetSummary Constructor Description DataAssetCollection(List<DataAssetSummary> items)
Deprecated.
-