Uses of Class
com.oracle.bmc.devops.requests.ChangeProjectCompartmentRequest
- 
Packages that use ChangeProjectCompartmentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of ChangeProjectCompartmentRequest in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops with parameters of type ChangeProjectCompartmentRequest Modifier and Type Method Description ChangeProjectCompartmentResponseDevops. changeProjectCompartment(ChangeProjectCompartmentRequest request)Moves a project resource from one compartment OCID to another.Future<ChangeProjectCompartmentResponse>DevopsAsync. changeProjectCompartment(ChangeProjectCompartmentRequest request, AsyncHandler<ChangeProjectCompartmentRequest,ChangeProjectCompartmentResponse> handler)Moves a project resource from one compartment OCID to another.Future<ChangeProjectCompartmentResponse>DevopsAsyncClient. changeProjectCompartment(ChangeProjectCompartmentRequest request, AsyncHandler<ChangeProjectCompartmentRequest,ChangeProjectCompartmentResponse> handler)ChangeProjectCompartmentResponseDevopsClient. changeProjectCompartment(ChangeProjectCompartmentRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type ChangeProjectCompartmentRequest Modifier and Type Method Description Future<ChangeProjectCompartmentResponse>DevopsAsync. changeProjectCompartment(ChangeProjectCompartmentRequest request, AsyncHandler<ChangeProjectCompartmentRequest,ChangeProjectCompartmentResponse> handler)Moves a project resource from one compartment OCID to another.Future<ChangeProjectCompartmentResponse>DevopsAsyncClient. changeProjectCompartment(ChangeProjectCompartmentRequest request, AsyncHandler<ChangeProjectCompartmentRequest,ChangeProjectCompartmentResponse> handler)
- 
Uses of ChangeProjectCompartmentRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return ChangeProjectCompartmentRequest Modifier and Type Method Description ChangeProjectCompartmentRequestChangeProjectCompartmentRequest.Builder. build()Build the instance of ChangeProjectCompartmentRequest as configured by this builderChangeProjectCompartmentRequestChangeProjectCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeProjectCompartmentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ChangeProjectCompartmentRequest Modifier and Type Method Description ChangeProjectCompartmentRequest.BuilderChangeProjectCompartmentRequest.Builder. copy(ChangeProjectCompartmentRequest o)Copy method to populate the builder with values from the given instance.
 
-