Uses of Class
com.oracle.bmc.aianomalydetection.requests.CreateDetectAnomalyJobRequest
-
Packages that use CreateDetectAnomalyJobRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of CreateDetectAnomalyJobRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type CreateDetectAnomalyJobRequest Modifier and Type Method Description CreateDetectAnomalyJobResponse
AnomalyDetection. createDetectAnomalyJob(CreateDetectAnomalyJobRequest request)
Creates a job to perform anomaly detection.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)
CreateDetectAnomalyJobResponse
AnomalyDetectionClient. createDetectAnomalyJob(CreateDetectAnomalyJobRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type CreateDetectAnomalyJobRequest 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 CreateDetectAnomalyJobRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return CreateDetectAnomalyJobRequest Modifier and Type Method Description CreateDetectAnomalyJobRequest
CreateDetectAnomalyJobRequest.Builder. build()
Build the instance of CreateDetectAnomalyJobRequest as configured by this builderCreateDetectAnomalyJobRequest
CreateDetectAnomalyJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDetectAnomalyJobRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type CreateDetectAnomalyJobRequest Modifier and Type Method Description CreateDetectAnomalyJobRequest.Builder
CreateDetectAnomalyJobRequest.Builder. copy(CreateDetectAnomalyJobRequest o)
Copy method to populate the builder with values from the given instance.
-