Uses of Class
com.oracle.bmc.aianomalydetection.responses.ChangeModelCompartmentResponse
-
Packages that use ChangeModelCompartmentResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of ChangeModelCompartmentResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return ChangeModelCompartmentResponse Modifier and Type Method Description ChangeModelCompartmentResponse
AnomalyDetection. changeModelCompartment(ChangeModelCompartmentRequest request)
Moves a Model resource from one compartment to another.ChangeModelCompartmentResponse
AnomalyDetectionClient. changeModelCompartment(ChangeModelCompartmentRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type ChangeModelCompartmentResponse Modifier and Type Method Description Future<ChangeModelCompartmentResponse>
AnomalyDetectionAsync. changeModelCompartment(ChangeModelCompartmentRequest request, AsyncHandler<ChangeModelCompartmentRequest,ChangeModelCompartmentResponse> handler)
Moves a Model resource from one compartment to another.Future<ChangeModelCompartmentResponse>
AnomalyDetectionAsyncClient. changeModelCompartment(ChangeModelCompartmentRequest request, AsyncHandler<ChangeModelCompartmentRequest,ChangeModelCompartmentResponse> handler)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type ChangeModelCompartmentResponse Modifier and Type Method Description Future<ChangeModelCompartmentResponse>
AnomalyDetectionAsync. changeModelCompartment(ChangeModelCompartmentRequest request, AsyncHandler<ChangeModelCompartmentRequest,ChangeModelCompartmentResponse> handler)
Moves a Model resource from one compartment to another.Future<ChangeModelCompartmentResponse>
AnomalyDetectionAsyncClient. changeModelCompartment(ChangeModelCompartmentRequest request, AsyncHandler<ChangeModelCompartmentRequest,ChangeModelCompartmentResponse> handler)
-
Uses of ChangeModelCompartmentResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return ChangeModelCompartmentResponse Modifier and Type Method Description ChangeModelCompartmentResponse
ChangeModelCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type ChangeModelCompartmentResponse Modifier and Type Method Description ChangeModelCompartmentResponse.Builder
ChangeModelCompartmentResponse.Builder. copy(ChangeModelCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-