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