Uses of Class
com.exoscale.sdk.model.DbaasServiceBackup
-
Packages that use DbaasServiceBackup Package Description com.exoscale.sdk.model -
-
Uses of DbaasServiceBackup in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServiceBackup Modifier and Type Method Description DbaasServiceBackup
DbaasServiceBackup. backupName(String backupName)
DbaasServiceBackup
DbaasServiceBackup. backupTime(OffsetDateTime backupTime)
DbaasServiceBackup
DbaasServiceBackup. dataSize(Long dataSize)
Methods in com.exoscale.sdk.model that return types with arguments of type DbaasServiceBackup Modifier and Type Method Description List<DbaasServiceBackup>
DbaasServiceGrafana. getBackups()
List of backups for the serviceList<DbaasServiceBackup>
DbaasServiceKafka. getBackups()
List of backups for the serviceList<DbaasServiceBackup>
DbaasServiceMysql. getBackups()
List of backups for the serviceList<DbaasServiceBackup>
DbaasServiceOpensearch. getBackups()
List of backups for the serviceList<DbaasServiceBackup>
DbaasServicePg. getBackups()
List of backups for the serviceList<DbaasServiceBackup>
DbaasServiceRedis. getBackups()
List of backups for the serviceMethods in com.exoscale.sdk.model with parameters of type DbaasServiceBackup Modifier and Type Method Description DbaasServiceGrafana
DbaasServiceGrafana. addBackupsItem(DbaasServiceBackup backupsItem)
DbaasServiceKafka
DbaasServiceKafka. addBackupsItem(DbaasServiceBackup backupsItem)
DbaasServiceMysql
DbaasServiceMysql. addBackupsItem(DbaasServiceBackup backupsItem)
DbaasServiceOpensearch
DbaasServiceOpensearch. addBackupsItem(DbaasServiceBackup backupsItem)
DbaasServicePg
DbaasServicePg. addBackupsItem(DbaasServiceBackup backupsItem)
DbaasServiceRedis
DbaasServiceRedis. addBackupsItem(DbaasServiceBackup backupsItem)
Method parameters in com.exoscale.sdk.model with type arguments of type DbaasServiceBackup Modifier and Type Method Description DbaasServiceGrafana
DbaasServiceGrafana. backups(List<DbaasServiceBackup> backups)
DbaasServiceKafka
DbaasServiceKafka. backups(List<DbaasServiceBackup> backups)
DbaasServiceMysql
DbaasServiceMysql. backups(List<DbaasServiceBackup> backups)
DbaasServiceOpensearch
DbaasServiceOpensearch. backups(List<DbaasServiceBackup> backups)
DbaasServicePg
DbaasServicePg. backups(List<DbaasServiceBackup> backups)
DbaasServiceRedis
DbaasServiceRedis. backups(List<DbaasServiceBackup> backups)
void
DbaasServiceGrafana. setBackups(List<DbaasServiceBackup> backups)
void
DbaasServiceKafka. setBackups(List<DbaasServiceBackup> backups)
void
DbaasServiceMysql. setBackups(List<DbaasServiceBackup> backups)
void
DbaasServiceOpensearch. setBackups(List<DbaasServiceBackup> backups)
void
DbaasServicePg. setBackups(List<DbaasServiceBackup> backups)
void
DbaasServiceRedis. setBackups(List<DbaasServiceBackup> backups)
-