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