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