Uses of Class
com.oracle.bmc.adm.responses.ChangeRemediationRunCompartmentResponse
-
Packages that use ChangeRemediationRunCompartmentResponse Package Description com.oracle.bmc.adm com.oracle.bmc.adm.responses -
-
Uses of ChangeRemediationRunCompartmentResponse in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm that return ChangeRemediationRunCompartmentResponse Modifier and Type Method Description ChangeRemediationRunCompartmentResponse
ApplicationDependencyManagement. changeRemediationRunCompartment(ChangeRemediationRunCompartmentRequest request)
Moves a remediation run from one compartment to another.ChangeRemediationRunCompartmentResponse
ApplicationDependencyManagementClient. changeRemediationRunCompartment(ChangeRemediationRunCompartmentRequest request)
Methods in com.oracle.bmc.adm that return types with arguments of type ChangeRemediationRunCompartmentResponse 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)
Method parameters in com.oracle.bmc.adm with type arguments of type ChangeRemediationRunCompartmentResponse 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 ChangeRemediationRunCompartmentResponse in com.oracle.bmc.adm.responses
Methods in com.oracle.bmc.adm.responses that return ChangeRemediationRunCompartmentResponse Modifier and Type Method Description ChangeRemediationRunCompartmentResponse
ChangeRemediationRunCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.adm.responses with parameters of type ChangeRemediationRunCompartmentResponse Modifier and Type Method Description ChangeRemediationRunCompartmentResponse.Builder
ChangeRemediationRunCompartmentResponse.Builder. copy(ChangeRemediationRunCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-