Uses of Class
com.oracle.bmc.computecloudatcustomer.model.UpdateCccScheduleEvent
-
Packages that use UpdateCccScheduleEvent Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of UpdateCccScheduleEvent in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return UpdateCccScheduleEvent Modifier and Type Method Description UpdateCccScheduleEvent
UpdateCccScheduleEvent.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model that return types with arguments of type UpdateCccScheduleEvent Modifier and Type Method Description List<UpdateCccScheduleEvent>
UpdateCccUpgradeScheduleDetails. getEvents()
List of preferred times for a Compute Cloud@Customer infrastructure to be upgraded.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type UpdateCccScheduleEvent Modifier and Type Method Description UpdateCccScheduleEvent.Builder
UpdateCccScheduleEvent.Builder. copy(UpdateCccScheduleEvent model)
Method parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type UpdateCccScheduleEvent Modifier and Type Method Description UpdateCccUpgradeScheduleDetails.Builder
UpdateCccUpgradeScheduleDetails.Builder. events(List<UpdateCccScheduleEvent> events)
List of preferred times for a Compute Cloud@Customer infrastructure to be upgraded.Constructor parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type UpdateCccScheduleEvent Constructor Description UpdateCccUpgradeScheduleDetails(String displayName, String description, List<UpdateCccScheduleEvent> events, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-