Uses of Class
com.oracle.bmc.adm.requests.ChangeRemediationRunCompartmentRequest
-
Packages that use ChangeRemediationRunCompartmentRequest Package Description com.oracle.bmc.adm com.oracle.bmc.adm.requests -
-
Uses of ChangeRemediationRunCompartmentRequest in com.oracle.bmc.adm
Method parameters in com.oracle.bmc.adm with type arguments of type ChangeRemediationRunCompartmentRequest Modifier and Type Method Description Future<ChangeRemediationRunCompartmentResponse>
ApplicationDependencyManagementAsync. changeRemediationRunCompartment(ChangeRemediationRunCompartmentRequest request, AsyncHandler<ChangeRemediationRunCompartmentRequest,ChangeRemediationRunCompartmentResponse> handler)
Moves a remediation run from one compartment to another.Future<ChangeRemediationRunCompartmentResponse>
ApplicationDependencyManagementAsyncClient. changeRemediationRunCompartment(ChangeRemediationRunCompartmentRequest request, AsyncHandler<ChangeRemediationRunCompartmentRequest,ChangeRemediationRunCompartmentResponse> handler)
-
Uses of ChangeRemediationRunCompartmentRequest in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return ChangeRemediationRunCompartmentRequest Modifier and Type Method Description ChangeRemediationRunCompartmentRequest
ChangeRemediationRunCompartmentRequest.Builder. build()
Build the instance of ChangeRemediationRunCompartmentRequest as configured by this builderChangeRemediationRunCompartmentRequest
ChangeRemediationRunCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeRemediationRunCompartmentRequest as configured by this builderMethods in com.oracle.bmc.adm.requests with parameters of type ChangeRemediationRunCompartmentRequest Modifier and Type Method Description ChangeRemediationRunCompartmentRequest.Builder
ChangeRemediationRunCompartmentRequest.Builder. copy(ChangeRemediationRunCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-