Uses of Class
com.oracle.bmc.aianomalydetection.requests.DeleteDetectAnomalyJobRequest
-
Packages that use DeleteDetectAnomalyJobRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of DeleteDetectAnomalyJobRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type DeleteDetectAnomalyJobRequest Modifier and Type Method Description DeleteDetectAnomalyJobResponse
AnomalyDetection. deleteDetectAnomalyJob(DeleteDetectAnomalyJobRequest request)
Deletes an accepted, but not started detect anomaly asynchronous job.Future<DeleteDetectAnomalyJobResponse>
AnomalyDetectionAsync. deleteDetectAnomalyJob(DeleteDetectAnomalyJobRequest request, AsyncHandler<DeleteDetectAnomalyJobRequest,DeleteDetectAnomalyJobResponse> handler)
Deletes an accepted, but not started detect anomaly asynchronous job.Future<DeleteDetectAnomalyJobResponse>
AnomalyDetectionAsyncClient. deleteDetectAnomalyJob(DeleteDetectAnomalyJobRequest request, AsyncHandler<DeleteDetectAnomalyJobRequest,DeleteDetectAnomalyJobResponse> handler)
DeleteDetectAnomalyJobResponse
AnomalyDetectionClient. deleteDetectAnomalyJob(DeleteDetectAnomalyJobRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type DeleteDetectAnomalyJobRequest Modifier and Type Method Description Future<DeleteDetectAnomalyJobResponse>
AnomalyDetectionAsync. deleteDetectAnomalyJob(DeleteDetectAnomalyJobRequest request, AsyncHandler<DeleteDetectAnomalyJobRequest,DeleteDetectAnomalyJobResponse> handler)
Deletes an accepted, but not started detect anomaly asynchronous job.Future<DeleteDetectAnomalyJobResponse>
AnomalyDetectionAsyncClient. deleteDetectAnomalyJob(DeleteDetectAnomalyJobRequest request, AsyncHandler<DeleteDetectAnomalyJobRequest,DeleteDetectAnomalyJobResponse> handler)
-
Uses of DeleteDetectAnomalyJobRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return DeleteDetectAnomalyJobRequest Modifier and Type Method Description DeleteDetectAnomalyJobRequest
DeleteDetectAnomalyJobRequest.Builder. build()
Build the instance of DeleteDetectAnomalyJobRequest as configured by this builderDeleteDetectAnomalyJobRequest
DeleteDetectAnomalyJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDetectAnomalyJobRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type DeleteDetectAnomalyJobRequest Modifier and Type Method Description DeleteDetectAnomalyJobRequest.Builder
DeleteDetectAnomalyJobRequest.Builder. copy(DeleteDetectAnomalyJobRequest o)
Copy method to populate the builder with values from the given instance.
-