Uses of Class
com.oracle.bmc.datascience.responses.UpdateMlApplicationResponse
-
Packages that use UpdateMlApplicationResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of UpdateMlApplicationResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return UpdateMlApplicationResponse Modifier and Type Method Description UpdateMlApplicationResponse
DataScience. updateMlApplication(UpdateMlApplicationRequest request)
Updates the MlApplicationUpdateMlApplicationResponse
DataScienceClient. updateMlApplication(UpdateMlApplicationRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type UpdateMlApplicationResponse Modifier and Type Method Description Future<UpdateMlApplicationResponse>
DataScienceAsync. updateMlApplication(UpdateMlApplicationRequest request, AsyncHandler<UpdateMlApplicationRequest,UpdateMlApplicationResponse> handler)
Updates the MlApplicationFuture<UpdateMlApplicationResponse>
DataScienceAsyncClient. updateMlApplication(UpdateMlApplicationRequest request, AsyncHandler<UpdateMlApplicationRequest,UpdateMlApplicationResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type UpdateMlApplicationResponse Modifier and Type Method Description Future<UpdateMlApplicationResponse>
DataScienceAsync. updateMlApplication(UpdateMlApplicationRequest request, AsyncHandler<UpdateMlApplicationRequest,UpdateMlApplicationResponse> handler)
Updates the MlApplicationFuture<UpdateMlApplicationResponse>
DataScienceAsyncClient. updateMlApplication(UpdateMlApplicationRequest request, AsyncHandler<UpdateMlApplicationRequest,UpdateMlApplicationResponse> handler)
-
Uses of UpdateMlApplicationResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return UpdateMlApplicationResponse Modifier and Type Method Description UpdateMlApplicationResponse
UpdateMlApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type UpdateMlApplicationResponse Modifier and Type Method Description UpdateMlApplicationResponse.Builder
UpdateMlApplicationResponse.Builder. copy(UpdateMlApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-