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