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