Uses of Class
com.oracle.bmc.datascience.requests.ChangeMlApplicationInstanceCompartmentRequest
-
Packages that use ChangeMlApplicationInstanceCompartmentRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ChangeMlApplicationInstanceCompartmentRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type ChangeMlApplicationInstanceCompartmentRequest 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 ChangeMlApplicationInstanceCompartmentRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ChangeMlApplicationInstanceCompartmentRequest Modifier and Type Method Description ChangeMlApplicationInstanceCompartmentRequest
ChangeMlApplicationInstanceCompartmentRequest.Builder. build()
Build the instance of ChangeMlApplicationInstanceCompartmentRequest as configured by this builderChangeMlApplicationInstanceCompartmentRequest
ChangeMlApplicationInstanceCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeMlApplicationInstanceCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ChangeMlApplicationInstanceCompartmentRequest Modifier and Type Method Description ChangeMlApplicationInstanceCompartmentRequest.Builder
ChangeMlApplicationInstanceCompartmentRequest.Builder. copy(ChangeMlApplicationInstanceCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-