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