Uses of Class
com.oracle.bmc.aianomalydetection.requests.ChangeProjectCompartmentRequest
-
Packages that use ChangeProjectCompartmentRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of ChangeProjectCompartmentRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type ChangeProjectCompartmentRequest Modifier and Type Method Description ChangeProjectCompartmentResponse
AnomalyDetection. changeProjectCompartment(ChangeProjectCompartmentRequest request)
Moves a Project resource from one compartment to another.Future<ChangeProjectCompartmentResponse>
AnomalyDetectionAsync. changeProjectCompartment(ChangeProjectCompartmentRequest request, AsyncHandler<ChangeProjectCompartmentRequest,ChangeProjectCompartmentResponse> handler)
Moves a Project resource from one compartment to another.Future<ChangeProjectCompartmentResponse>
AnomalyDetectionAsyncClient. changeProjectCompartment(ChangeProjectCompartmentRequest request, AsyncHandler<ChangeProjectCompartmentRequest,ChangeProjectCompartmentResponse> handler)
ChangeProjectCompartmentResponse
AnomalyDetectionClient. changeProjectCompartment(ChangeProjectCompartmentRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type ChangeProjectCompartmentRequest Modifier and Type Method Description Future<ChangeProjectCompartmentResponse>
AnomalyDetectionAsync. changeProjectCompartment(ChangeProjectCompartmentRequest request, AsyncHandler<ChangeProjectCompartmentRequest,ChangeProjectCompartmentResponse> handler)
Moves a Project resource from one compartment to another.Future<ChangeProjectCompartmentResponse>
AnomalyDetectionAsyncClient. changeProjectCompartment(ChangeProjectCompartmentRequest request, AsyncHandler<ChangeProjectCompartmentRequest,ChangeProjectCompartmentResponse> handler)
-
Uses of ChangeProjectCompartmentRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return ChangeProjectCompartmentRequest Modifier and Type Method Description ChangeProjectCompartmentRequest
ChangeProjectCompartmentRequest.Builder. build()
Build the instance of ChangeProjectCompartmentRequest as configured by this builderChangeProjectCompartmentRequest
ChangeProjectCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeProjectCompartmentRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type ChangeProjectCompartmentRequest Modifier and Type Method Description ChangeProjectCompartmentRequest.Builder
ChangeProjectCompartmentRequest.Builder. copy(ChangeProjectCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-