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