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