Uses of Class
software.amazon.awssdk.services.rds.model.RestoreWindow
Packages that use RestoreWindow
-
Uses of RestoreWindow in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RestoreWindowModifier and TypeMethodDescriptionfinal RestoreWindowDBClusterAutomatedBackup.restoreWindow()Returns the value of the RestoreWindow property for this object.final RestoreWindowDBInstanceAutomatedBackup.restoreWindow()The earliest and latest time a DB instance can be restored to.Methods in software.amazon.awssdk.services.rds.model with parameters of type RestoreWindowModifier and TypeMethodDescriptionDBClusterAutomatedBackup.Builder.restoreWindow(RestoreWindow restoreWindow) Sets the value of the RestoreWindow property for this object.DBInstanceAutomatedBackup.Builder.restoreWindow(RestoreWindow restoreWindow) The earliest and latest time a DB instance can be restored to.