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.devops
Methods in com.oracle.bmc.devops with parameters of type ChangeProjectCompartmentRequest Modifier and Type Method Description ChangeProjectCompartmentResponse
Devops. 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)
ChangeProjectCompartmentResponse
DevopsClient. 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.requests
Methods in com.oracle.bmc.devops.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.devops.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.
-