Uses of Class
com.oracle.bmc.aianomalydetection.model.DataSourceDetails
-
Packages that use DataSourceDetails Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of DataSourceDetails in com.oracle.bmc.aianomalydetection.model
Subclasses of DataSourceDetails in com.oracle.bmc.aianomalydetection.model Modifier and Type Class Description class
DataSourceDetailsATP
Data Source details for ATP
Note: Objects should always be created or deserialized using theDataSourceDetailsATP.Builder
.class
DataSourceDetailsInflux
Data Source details for influx.class
DataSourceDetailsObjectStorage
Data Source details for object storage
Note: Objects should always be created or deserialized using theDataSourceDetailsObjectStorage.Builder
.Methods in com.oracle.bmc.aianomalydetection.model that return DataSourceDetails Modifier and Type Method Description DataSourceDetails
CreateDataAssetDetails. getDataSourceDetails()
DataSourceDetails
DataAsset. getDataSourceDetails()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type DataSourceDetails Modifier and Type Method Description CreateDataAssetDetails.Builder
CreateDataAssetDetails.Builder. dataSourceDetails(DataSourceDetails dataSourceDetails)
DataAsset.Builder
DataAsset.Builder. dataSourceDetails(DataSourceDetails dataSourceDetails)
Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type DataSourceDetails Constructor Description CreateDataAssetDetails(String displayName, String compartmentId, String projectId, String description, DataSourceDetails dataSourceDetails, String privateEndpointId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.DataAsset(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, DataAsset.LifecycleState lifecycleState, String projectId, DataSourceDetails dataSourceDetails, String privateEndpointId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Object> systemTags)
Deprecated.
-