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