Uses of Class
com.oracle.bmc.aianomalydetection.requests.ListModelsRequest
-
Packages that use ListModelsRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of ListModelsRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type ListModelsRequest Modifier and Type Method Description ListModelsResponse
AnomalyDetection. listModels(ListModelsRequest request)
Returns a list of Models.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)
ListModelsResponse
AnomalyDetectionClient. listModels(ListModelsRequest request)
Iterable<ModelSummary>
AnomalyDetectionPaginators. listModelsRecordIterator(ListModelsRequest request)
Creates a new iterable which will iterate over theModelSummary
objects contained in responses from the listModels operation.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 ListModelsRequest 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 ListModelsRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return ListModelsRequest Modifier and Type Method Description ListModelsRequest
ListModelsRequest.Builder. build()
Build the instance of ListModelsRequest as configured by this builderListModelsRequest
ListModelsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListModelsRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type ListModelsRequest Modifier and Type Method Description ListModelsRequest.Builder
ListModelsRequest.Builder. copy(ListModelsRequest o)
Copy method to populate the builder with values from the given instance.
-