Uses of Class
com.exoscale.sdk.model.DbaasServiceUpdate
-
Packages that use DbaasServiceUpdate Package Description com.exoscale.sdk.model -
-
Uses of DbaasServiceUpdate in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServiceUpdate Modifier and Type Method Description DbaasServiceUpdate
DbaasServiceUpdate. deadline(OffsetDateTime deadline)
DbaasServiceUpdate
DbaasServiceUpdate. description(String description)
DbaasServiceUpdate
DbaasServiceUpdate. startAfter(OffsetDateTime startAfter)
DbaasServiceUpdate
DbaasServiceUpdate. startAt(OffsetDateTime startAt)
Methods in com.exoscale.sdk.model that return types with arguments of type DbaasServiceUpdate Modifier and Type Method Description List<DbaasServiceUpdate>
DbaasServiceMaintenance. getUpdates()
List of updates waiting to be installedMethods in com.exoscale.sdk.model with parameters of type DbaasServiceUpdate Modifier and Type Method Description DbaasServiceMaintenance
DbaasServiceMaintenance. addUpdatesItem(DbaasServiceUpdate updatesItem)
Method parameters in com.exoscale.sdk.model with type arguments of type DbaasServiceUpdate Modifier and Type Method Description void
DbaasServiceMaintenance. setUpdates(List<DbaasServiceUpdate> updates)
DbaasServiceMaintenance
DbaasServiceMaintenance. updates(List<DbaasServiceUpdate> updates)
-