Uses of Class
com.oracle.bmc.database.model.BackupDestinationSummary
- 
Packages that use BackupDestinationSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses 
- 
- 
Uses of BackupDestinationSummary in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return types with arguments of type BackupDestinationSummary Modifier and Type Method Description Iterable<BackupDestinationSummary>DatabasePaginators. listBackupDestinationRecordIterator(ListBackupDestinationRequest request)Creates a new iterable which will iterate over theBackupDestinationSummaryobjects contained in responses from the listBackupDestination operation.
- 
Uses of BackupDestinationSummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return BackupDestinationSummary Modifier and Type Method Description BackupDestinationSummaryBackupDestinationSummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type BackupDestinationSummary Modifier and Type Method Description BackupDestinationSummary.BuilderBackupDestinationSummary.Builder. copy(BackupDestinationSummary model)
- 
Uses of BackupDestinationSummary in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return types with arguments of type BackupDestinationSummary Modifier and Type Method Description List<BackupDestinationSummary>ListBackupDestinationResponse. getItems()A list of com.oracle.bmc.database.model.BackupDestinationSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type BackupDestinationSummary Modifier and Type Method Description ListBackupDestinationResponse.BuilderListBackupDestinationResponse.Builder. items(List<BackupDestinationSummary> items)A list of com.oracle.bmc.database.model.BackupDestinationSummary instances.
 
-