Uses of Class
com.oracle.bmc.datascience.responses.ChangeMlApplicationInstanceViewCompartmentResponse
-
Packages that use ChangeMlApplicationInstanceViewCompartmentResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ChangeMlApplicationInstanceViewCompartmentResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ChangeMlApplicationInstanceViewCompartmentResponse Modifier and Type Method Description ChangeMlApplicationInstanceViewCompartmentResponse
DataScience. changeMlApplicationInstanceViewCompartment(ChangeMlApplicationInstanceViewCompartmentRequest request)
Moves a MlApplicationInstanceView resource from one compartment identifier to another.ChangeMlApplicationInstanceViewCompartmentResponse
DataScienceClient. changeMlApplicationInstanceViewCompartment(ChangeMlApplicationInstanceViewCompartmentRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type ChangeMlApplicationInstanceViewCompartmentResponse Modifier and Type Method Description Future<ChangeMlApplicationInstanceViewCompartmentResponse>
DataScienceAsync. changeMlApplicationInstanceViewCompartment(ChangeMlApplicationInstanceViewCompartmentRequest request, AsyncHandler<ChangeMlApplicationInstanceViewCompartmentRequest,ChangeMlApplicationInstanceViewCompartmentResponse> handler)
Moves a MlApplicationInstanceView resource from one compartment identifier to another.Future<ChangeMlApplicationInstanceViewCompartmentResponse>
DataScienceAsyncClient. changeMlApplicationInstanceViewCompartment(ChangeMlApplicationInstanceViewCompartmentRequest request, AsyncHandler<ChangeMlApplicationInstanceViewCompartmentRequest,ChangeMlApplicationInstanceViewCompartmentResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type ChangeMlApplicationInstanceViewCompartmentResponse Modifier and Type Method Description Future<ChangeMlApplicationInstanceViewCompartmentResponse>
DataScienceAsync. changeMlApplicationInstanceViewCompartment(ChangeMlApplicationInstanceViewCompartmentRequest request, AsyncHandler<ChangeMlApplicationInstanceViewCompartmentRequest,ChangeMlApplicationInstanceViewCompartmentResponse> handler)
Moves a MlApplicationInstanceView resource from one compartment identifier to another.Future<ChangeMlApplicationInstanceViewCompartmentResponse>
DataScienceAsyncClient. changeMlApplicationInstanceViewCompartment(ChangeMlApplicationInstanceViewCompartmentRequest request, AsyncHandler<ChangeMlApplicationInstanceViewCompartmentRequest,ChangeMlApplicationInstanceViewCompartmentResponse> handler)
-
Uses of ChangeMlApplicationInstanceViewCompartmentResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ChangeMlApplicationInstanceViewCompartmentResponse Modifier and Type Method Description ChangeMlApplicationInstanceViewCompartmentResponse
ChangeMlApplicationInstanceViewCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ChangeMlApplicationInstanceViewCompartmentResponse Modifier and Type Method Description ChangeMlApplicationInstanceViewCompartmentResponse.Builder
ChangeMlApplicationInstanceViewCompartmentResponse.Builder. copy(ChangeMlApplicationInstanceViewCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-