Uses of Class
com.oracle.bmc.database.model.AssociatedLongTermBackup
-
Packages that use AssociatedLongTermBackup Package Description com.oracle.bmc.database.model -
-
Uses of AssociatedLongTermBackup in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AssociatedLongTermBackup Modifier and Type Method Description AssociatedLongTermBackup
AssociatedLongTermBackup.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type AssociatedLongTermBackup Modifier and Type Method Description List<AssociatedLongTermBackup>
BackupDestination. getAssociatedLongTermBackups()
List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.List<AssociatedLongTermBackup>
BackupDestinationSummary. getAssociatedLongTermBackups()
List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.List<AssociatedLongTermBackup>
KeyStore. getAssociatedLongTermBackups()
List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.List<AssociatedLongTermBackup>
KeyStoreSummary. getAssociatedLongTermBackups()
List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.Methods in com.oracle.bmc.database.model with parameters of type AssociatedLongTermBackup Modifier and Type Method Description AssociatedLongTermBackup.Builder
AssociatedLongTermBackup.Builder. copy(AssociatedLongTermBackup model)
Method parameters in com.oracle.bmc.database.model with type arguments of type AssociatedLongTermBackup Modifier and Type Method Description BackupDestination.Builder
BackupDestination.Builder. associatedLongTermBackups(List<AssociatedLongTermBackup> associatedLongTermBackups)
List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.BackupDestinationSummary.Builder
BackupDestinationSummary.Builder. associatedLongTermBackups(List<AssociatedLongTermBackup> associatedLongTermBackups)
List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.KeyStore.Builder
KeyStore.Builder. associatedLongTermBackups(List<AssociatedLongTermBackup> associatedLongTermBackups)
List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.KeyStoreSummary.Builder
KeyStoreSummary.Builder. associatedLongTermBackups(List<AssociatedLongTermBackup> associatedLongTermBackups)
List of long term backups of Autonomous Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.
-