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