Uses of Class
com.oracle.bmc.aianomalydetection.responses.GetDataAssetResponse
-
Packages that use GetDataAssetResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of GetDataAssetResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return GetDataAssetResponse Modifier and Type Method Description GetDataAssetResponse
AnomalyDetection. getDataAsset(GetDataAssetRequest request)
Gets a DataAsset by identifierGetDataAssetResponse
AnomalyDetectionClient. getDataAsset(GetDataAssetRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type GetDataAssetResponse Modifier and Type Method Description Future<GetDataAssetResponse>
AnomalyDetectionAsync. getDataAsset(GetDataAssetRequest request, AsyncHandler<GetDataAssetRequest,GetDataAssetResponse> handler)
Gets a DataAsset by identifierFuture<GetDataAssetResponse>
AnomalyDetectionAsyncClient. getDataAsset(GetDataAssetRequest request, AsyncHandler<GetDataAssetRequest,GetDataAssetResponse> handler)
-
Uses of GetDataAssetResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return GetDataAssetResponse Modifier and Type Method Description GetDataAssetResponse
GetDataAssetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type GetDataAssetResponse Modifier and Type Method Description GetDataAssetResponse.Builder
GetDataAssetResponse.Builder. copy(GetDataAssetResponse o)
Copy method to populate the builder with values from the given instance.
-