Uses of Class
com.oracle.bmc.adm.responses.ChangeRemediationRecipeCompartmentResponse
-
Packages that use ChangeRemediationRecipeCompartmentResponse Package Description com.oracle.bmc.adm com.oracle.bmc.adm.responses -
-
Uses of ChangeRemediationRecipeCompartmentResponse in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm that return ChangeRemediationRecipeCompartmentResponse Modifier and Type Method Description ChangeRemediationRecipeCompartmentResponse
ApplicationDependencyManagement. changeRemediationRecipeCompartment(ChangeRemediationRecipeCompartmentRequest request)
Moves a Remediation Recipe from one compartment to another.ChangeRemediationRecipeCompartmentResponse
ApplicationDependencyManagementClient. changeRemediationRecipeCompartment(ChangeRemediationRecipeCompartmentRequest request)
Methods in com.oracle.bmc.adm that return types with arguments of type ChangeRemediationRecipeCompartmentResponse Modifier and Type Method Description Future<ChangeRemediationRecipeCompartmentResponse>
ApplicationDependencyManagementAsync. changeRemediationRecipeCompartment(ChangeRemediationRecipeCompartmentRequest request, AsyncHandler<ChangeRemediationRecipeCompartmentRequest,ChangeRemediationRecipeCompartmentResponse> handler)
Moves a Remediation Recipe from one compartment to another.Future<ChangeRemediationRecipeCompartmentResponse>
ApplicationDependencyManagementAsyncClient. changeRemediationRecipeCompartment(ChangeRemediationRecipeCompartmentRequest request, AsyncHandler<ChangeRemediationRecipeCompartmentRequest,ChangeRemediationRecipeCompartmentResponse> handler)
Method parameters in com.oracle.bmc.adm with type arguments of type ChangeRemediationRecipeCompartmentResponse Modifier and Type Method Description Future<ChangeRemediationRecipeCompartmentResponse>
ApplicationDependencyManagementAsync. changeRemediationRecipeCompartment(ChangeRemediationRecipeCompartmentRequest request, AsyncHandler<ChangeRemediationRecipeCompartmentRequest,ChangeRemediationRecipeCompartmentResponse> handler)
Moves a Remediation Recipe from one compartment to another.Future<ChangeRemediationRecipeCompartmentResponse>
ApplicationDependencyManagementAsyncClient. changeRemediationRecipeCompartment(ChangeRemediationRecipeCompartmentRequest request, AsyncHandler<ChangeRemediationRecipeCompartmentRequest,ChangeRemediationRecipeCompartmentResponse> handler)
-
Uses of ChangeRemediationRecipeCompartmentResponse in com.oracle.bmc.adm.responses
Methods in com.oracle.bmc.adm.responses that return ChangeRemediationRecipeCompartmentResponse Modifier and Type Method Description ChangeRemediationRecipeCompartmentResponse
ChangeRemediationRecipeCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.adm.responses with parameters of type ChangeRemediationRecipeCompartmentResponse Modifier and Type Method Description ChangeRemediationRecipeCompartmentResponse.Builder
ChangeRemediationRecipeCompartmentResponse.Builder. copy(ChangeRemediationRecipeCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-