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.database
Methods 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 theBackupDestinationSummary
objects contained in responses from the listBackupDestination operation. -
Uses of BackupDestinationSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BackupDestinationSummary Modifier and Type Method Description BackupDestinationSummary
BackupDestinationSummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type BackupDestinationSummary Modifier and Type Method Description BackupDestinationSummary.Builder
BackupDestinationSummary.Builder. copy(BackupDestinationSummary model)
-
Uses of BackupDestinationSummary in com.oracle.bmc.database.responses
Methods 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.Builder
ListBackupDestinationResponse.Builder. items(List<BackupDestinationSummary> items)
A list of com.oracle.bmc.database.model.BackupDestinationSummary instances.
-