Uses of Class
com.oracle.bmc.psql.model.BackupSummary
-
Packages that use BackupSummary Package Description com.oracle.bmc.psql com.oracle.bmc.psql.model -
-
Uses of BackupSummary in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return types with arguments of type BackupSummary Modifier and Type Method Description Iterable<BackupSummary>
PostgresqlPaginators. 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.psql.model
Methods in com.oracle.bmc.psql.model that return BackupSummary Modifier and Type Method Description BackupSummary
BackupSummary.Builder. build()
Methods in com.oracle.bmc.psql.model that return types with arguments of type BackupSummary Modifier and Type Method Description List<BackupSummary>
BackupCollection. getItems()
List of backups.Methods in com.oracle.bmc.psql.model with parameters of type BackupSummary Modifier and Type Method Description BackupSummary.Builder
BackupSummary.Builder. copy(BackupSummary model)
Method parameters in com.oracle.bmc.psql.model with type arguments of type BackupSummary Modifier and Type Method Description BackupCollection.Builder
BackupCollection.Builder. items(List<BackupSummary> items)
List of backups.Constructor parameters in com.oracle.bmc.psql.model with type arguments of type BackupSummary Constructor Description BackupCollection(List<BackupSummary> items)
Deprecated.
-