Uses of Class
com.oracle.bmc.aianomalydetection.responses.CreateDetectAnomalyJobResponse
-
Packages that use CreateDetectAnomalyJobResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of CreateDetectAnomalyJobResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return CreateDetectAnomalyJobResponse Modifier and Type Method Description CreateDetectAnomalyJobResponse
AnomalyDetection. createDetectAnomalyJob(CreateDetectAnomalyJobRequest request)
Creates a job to perform anomaly detection.CreateDetectAnomalyJobResponse
AnomalyDetectionClient. createDetectAnomalyJob(CreateDetectAnomalyJobRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type CreateDetectAnomalyJobResponse Modifier and Type Method Description Future<CreateDetectAnomalyJobResponse>
AnomalyDetectionAsync. createDetectAnomalyJob(CreateDetectAnomalyJobRequest request, AsyncHandler<CreateDetectAnomalyJobRequest,CreateDetectAnomalyJobResponse> handler)
Creates a job to perform anomaly detection.Future<CreateDetectAnomalyJobResponse>
AnomalyDetectionAsyncClient. createDetectAnomalyJob(CreateDetectAnomalyJobRequest request, AsyncHandler<CreateDetectAnomalyJobRequest,CreateDetectAnomalyJobResponse> handler)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type CreateDetectAnomalyJobResponse Modifier and Type Method Description Future<CreateDetectAnomalyJobResponse>
AnomalyDetectionAsync. createDetectAnomalyJob(CreateDetectAnomalyJobRequest request, AsyncHandler<CreateDetectAnomalyJobRequest,CreateDetectAnomalyJobResponse> handler)
Creates a job to perform anomaly detection.Future<CreateDetectAnomalyJobResponse>
AnomalyDetectionAsyncClient. createDetectAnomalyJob(CreateDetectAnomalyJobRequest request, AsyncHandler<CreateDetectAnomalyJobRequest,CreateDetectAnomalyJobResponse> handler)
-
Uses of CreateDetectAnomalyJobResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return CreateDetectAnomalyJobResponse Modifier and Type Method Description CreateDetectAnomalyJobResponse
CreateDetectAnomalyJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type CreateDetectAnomalyJobResponse Modifier and Type Method Description CreateDetectAnomalyJobResponse.Builder
CreateDetectAnomalyJobResponse.Builder. copy(CreateDetectAnomalyJobResponse o)
Copy method to populate the builder with values from the given instance.
-