Uses of Class
com.oracle.bmc.aianomalydetection.responses.ListDetectAnomalyJobsResponse
-
Packages that use ListDetectAnomalyJobsResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of ListDetectAnomalyJobsResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return ListDetectAnomalyJobsResponse Modifier and Type Method Description ListDetectAnomalyJobsResponse
AnomalyDetection. listDetectAnomalyJobs(ListDetectAnomalyJobsRequest request)
Returns a list of all the Anomaly Detection jobs in the specified compartment.ListDetectAnomalyJobsResponse
AnomalyDetectionClient. listDetectAnomalyJobs(ListDetectAnomalyJobsRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type ListDetectAnomalyJobsResponse Modifier and Type Method Description Future<ListDetectAnomalyJobsResponse>
AnomalyDetectionAsync. listDetectAnomalyJobs(ListDetectAnomalyJobsRequest request, AsyncHandler<ListDetectAnomalyJobsRequest,ListDetectAnomalyJobsResponse> handler)
Returns a list of all the Anomaly Detection jobs in the specified compartment.Future<ListDetectAnomalyJobsResponse>
AnomalyDetectionAsyncClient. listDetectAnomalyJobs(ListDetectAnomalyJobsRequest request, AsyncHandler<ListDetectAnomalyJobsRequest,ListDetectAnomalyJobsResponse> handler)
Iterable<ListDetectAnomalyJobsResponse>
AnomalyDetectionPaginators. listDetectAnomalyJobsResponseIterator(ListDetectAnomalyJobsRequest request)
Creates a new iterable which will iterate over the responses received from the listDetectAnomalyJobs operation.Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type ListDetectAnomalyJobsResponse Modifier and Type Method Description Future<ListDetectAnomalyJobsResponse>
AnomalyDetectionAsync. listDetectAnomalyJobs(ListDetectAnomalyJobsRequest request, AsyncHandler<ListDetectAnomalyJobsRequest,ListDetectAnomalyJobsResponse> handler)
Returns a list of all the Anomaly Detection jobs in the specified compartment.Future<ListDetectAnomalyJobsResponse>
AnomalyDetectionAsyncClient. listDetectAnomalyJobs(ListDetectAnomalyJobsRequest request, AsyncHandler<ListDetectAnomalyJobsRequest,ListDetectAnomalyJobsResponse> handler)
-
Uses of ListDetectAnomalyJobsResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return ListDetectAnomalyJobsResponse Modifier and Type Method Description ListDetectAnomalyJobsResponse
ListDetectAnomalyJobsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type ListDetectAnomalyJobsResponse Modifier and Type Method Description ListDetectAnomalyJobsResponse.Builder
ListDetectAnomalyJobsResponse.Builder. copy(ListDetectAnomalyJobsResponse o)
Copy method to populate the builder with values from the given instance.
-