Uses of Class
com.oracle.bmc.aianomalydetection.requests.ChangeModelCompartmentRequest
-
Packages that use ChangeModelCompartmentRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of ChangeModelCompartmentRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type ChangeModelCompartmentRequest Modifier and Type Method Description ChangeModelCompartmentResponse
AnomalyDetection. changeModelCompartment(ChangeModelCompartmentRequest request)
Moves a Model resource from one compartment to another.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)
ChangeModelCompartmentResponse
AnomalyDetectionClient. changeModelCompartment(ChangeModelCompartmentRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type ChangeModelCompartmentRequest 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 ChangeModelCompartmentRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return ChangeModelCompartmentRequest Modifier and Type Method Description ChangeModelCompartmentRequest
ChangeModelCompartmentRequest.Builder. build()
Build the instance of ChangeModelCompartmentRequest as configured by this builderChangeModelCompartmentRequest
ChangeModelCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeModelCompartmentRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type ChangeModelCompartmentRequest Modifier and Type Method Description ChangeModelCompartmentRequest.Builder
ChangeModelCompartmentRequest.Builder. copy(ChangeModelCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-