Uses of Class
com.oracle.bmc.mysql.model.BackupSummary
-
Packages that use BackupSummary Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model com.oracle.bmc.mysql.responses -
-
Uses of BackupSummary in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return types with arguments of type BackupSummary Modifier and Type Method Description Iterable<BackupSummary>
DbBackupsPaginators. listBackupsRecordIterator(ListBackupsRequest request)
Creates a new iterable which will iterate over theBackupSummary
objects contained in responses from the listBackups operation. -
Uses of BackupSummary in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return BackupSummary Modifier and Type Method Description BackupSummary
BackupSummary.Builder. build()
Methods in com.oracle.bmc.mysql.model with parameters of type BackupSummary Modifier and Type Method Description BackupSummary.Builder
BackupSummary.Builder. copy(BackupSummary model)
-
Uses of BackupSummary in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return types with arguments of type BackupSummary Modifier and Type Method Description List<BackupSummary>
ListBackupsResponse. getItems()
A list of com.oracle.bmc.mysql.model.BackupSummary instances.Method parameters in com.oracle.bmc.mysql.responses with type arguments of type BackupSummary Modifier and Type Method Description ListBackupsResponse.Builder
ListBackupsResponse.Builder. items(List<BackupSummary> items)
A list of com.oracle.bmc.mysql.model.BackupSummary instances.
-