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.computecloudatcustomer
Methods 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 theCccUpgradeScheduleSummary
objects contained in responses from the listCccUpgradeSchedules operation. -
Uses of CccUpgradeScheduleSummary in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccUpgradeScheduleSummary Modifier and Type Method Description CccUpgradeScheduleSummary
CccUpgradeScheduleSummary.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.Builder
CccUpgradeScheduleSummary.Builder. copy(CccUpgradeScheduleSummary model)
Method parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccUpgradeScheduleSummary Modifier and Type Method Description CccUpgradeScheduleCollection.Builder
CccUpgradeScheduleCollection.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.
-