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