Uses of Class
com.oracle.bmc.computecloudatcustomer.model.UpdateCccUpgradeScheduleDetails
-
Packages that use UpdateCccUpgradeScheduleDetails Package Description com.oracle.bmc.computecloudatcustomer.model com.oracle.bmc.computecloudatcustomer.requests -
-
Uses of UpdateCccUpgradeScheduleDetails in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return UpdateCccUpgradeScheduleDetails Modifier and Type Method Description UpdateCccUpgradeScheduleDetails
UpdateCccUpgradeScheduleDetails.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type UpdateCccUpgradeScheduleDetails Modifier and Type Method Description UpdateCccUpgradeScheduleDetails.Builder
UpdateCccUpgradeScheduleDetails.Builder. copy(UpdateCccUpgradeScheduleDetails model)
-
Uses of UpdateCccUpgradeScheduleDetails in com.oracle.bmc.computecloudatcustomer.requests
Methods in com.oracle.bmc.computecloudatcustomer.requests that return UpdateCccUpgradeScheduleDetails Modifier and Type Method Description UpdateCccUpgradeScheduleDetails
UpdateCccUpgradeScheduleRequest. getBody$()
Alternative accessor for the body parameter.UpdateCccUpgradeScheduleDetails
UpdateCccUpgradeScheduleRequest. getUpdateCccUpgradeScheduleDetails()
The information to be updated in the Compute Cloud@Customer upgrade schedule.Methods in com.oracle.bmc.computecloudatcustomer.requests with parameters of type UpdateCccUpgradeScheduleDetails Modifier and Type Method Description UpdateCccUpgradeScheduleRequest.Builder
UpdateCccUpgradeScheduleRequest.Builder. body$(UpdateCccUpgradeScheduleDetails body)
Alternative setter for the body parameter.UpdateCccUpgradeScheduleRequest.Builder
UpdateCccUpgradeScheduleRequest.Builder. updateCccUpgradeScheduleDetails(UpdateCccUpgradeScheduleDetails updateCccUpgradeScheduleDetails)
The information to be updated in the Compute Cloud@Customer upgrade schedule.
-