Uses of Class
com.oracle.bmc.datascience.requests.ListMlApplicationsRequest
-
Packages that use ListMlApplicationsRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListMlApplicationsRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type ListMlApplicationsRequest Modifier and Type Method Description Future<ListMlApplicationsResponse>DataScienceAsync. listMlApplications(ListMlApplicationsRequest request, AsyncHandler<ListMlApplicationsRequest,ListMlApplicationsResponse> handler)Returns a list of MlApplications.Future<ListMlApplicationsResponse>DataScienceAsyncClient. listMlApplications(ListMlApplicationsRequest request, AsyncHandler<ListMlApplicationsRequest,ListMlApplicationsResponse> handler) -
Uses of ListMlApplicationsRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListMlApplicationsRequest Modifier and Type Method Description ListMlApplicationsRequestListMlApplicationsRequest.Builder. build()Build the instance of ListMlApplicationsRequest as configured by this builderListMlApplicationsRequestListMlApplicationsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListMlApplicationsRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListMlApplicationsRequest Modifier and Type Method Description ListMlApplicationsRequest.BuilderListMlApplicationsRequest.Builder. copy(ListMlApplicationsRequest o)Copy method to populate the builder with values from the given instance.
-