Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccUpgradeScheduleSummary
- 
Packages that use CccUpgradeScheduleSummary Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.model 
- 
- 
Uses of CccUpgradeScheduleSummary in com.oracle.bmc.computecloudatcustomerMethods in com.oracle.bmc.computecloudatcustomer that return types with arguments of type CccUpgradeScheduleSummary Modifier and Type Method Description Iterable<CccUpgradeScheduleSummary>ComputeCloudAtCustomerPaginators. listCccUpgradeSchedulesRecordIterator(ListCccUpgradeSchedulesRequest request)Creates a new iterable which will iterate over theCccUpgradeScheduleSummaryobjects contained in responses from the listCccUpgradeSchedules operation.
- 
Uses of CccUpgradeScheduleSummary in com.oracle.bmc.computecloudatcustomer.modelMethods in com.oracle.bmc.computecloudatcustomer.model that return CccUpgradeScheduleSummary Modifier and Type Method Description CccUpgradeScheduleSummaryCccUpgradeScheduleSummary.Builder. build()Methods in com.oracle.bmc.computecloudatcustomer.model that return types with arguments of type CccUpgradeScheduleSummary Modifier and Type Method Description List<CccUpgradeScheduleSummary>CccUpgradeScheduleCollection. getItems()List of Compute Cloud@Customer upgrade schedules.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccUpgradeScheduleSummary Modifier and Type Method Description CccUpgradeScheduleSummary.BuilderCccUpgradeScheduleSummary.Builder. copy(CccUpgradeScheduleSummary model)Method parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccUpgradeScheduleSummary Modifier and Type Method Description CccUpgradeScheduleCollection.BuilderCccUpgradeScheduleCollection.Builder. items(List<CccUpgradeScheduleSummary> items)List of Compute Cloud@Customer upgrade schedules.Constructor parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccUpgradeScheduleSummary Constructor Description CccUpgradeScheduleCollection(List<CccUpgradeScheduleSummary> items)Deprecated.
 
-