Uses of Class
com.oracle.bmc.adm.model.ChangeRemediationRunCompartmentDetails
-
Packages that use ChangeRemediationRunCompartmentDetails Package Description com.oracle.bmc.adm.model com.oracle.bmc.adm.requests -
-
Uses of ChangeRemediationRunCompartmentDetails in com.oracle.bmc.adm.model
Methods in com.oracle.bmc.adm.model that return ChangeRemediationRunCompartmentDetails Modifier and Type Method Description ChangeRemediationRunCompartmentDetails
ChangeRemediationRunCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.adm.model with parameters of type ChangeRemediationRunCompartmentDetails Modifier and Type Method Description ChangeRemediationRunCompartmentDetails.Builder
ChangeRemediationRunCompartmentDetails.Builder. copy(ChangeRemediationRunCompartmentDetails model)
-
Uses of ChangeRemediationRunCompartmentDetails in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return ChangeRemediationRunCompartmentDetails Modifier and Type Method Description ChangeRemediationRunCompartmentDetails
ChangeRemediationRunCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeRemediationRunCompartmentDetails
ChangeRemediationRunCompartmentRequest. getChangeRemediationRunCompartmentDetails()
The information to be updated.Methods in com.oracle.bmc.adm.requests with parameters of type ChangeRemediationRunCompartmentDetails Modifier and Type Method Description ChangeRemediationRunCompartmentRequest.Builder
ChangeRemediationRunCompartmentRequest.Builder. body$(ChangeRemediationRunCompartmentDetails body)
Alternative setter for the body parameter.ChangeRemediationRunCompartmentRequest.Builder
ChangeRemediationRunCompartmentRequest.Builder. changeRemediationRunCompartmentDetails(ChangeRemediationRunCompartmentDetails changeRemediationRunCompartmentDetails)
The information to be updated.
-