| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreWindow |
RestoreWindow.clone() |
RestoreWindow |
DBInstanceAutomatedBackup.getRestoreWindow()
The earliest and latest time a DB instance can be restored to.
|
RestoreWindow |
DBClusterAutomatedBackup.getRestoreWindow() |
RestoreWindow |
RestoreWindow.withEarliestTime(Date earliestTime)
The earliest time you can restore an instance to.
|
RestoreWindow |
RestoreWindow.withLatestTime(Date latestTime)
The latest time you can restore an instance to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBInstanceAutomatedBackup.setRestoreWindow(RestoreWindow restoreWindow)
The earliest and latest time a DB instance can be restored to.
|
void |
DBClusterAutomatedBackup.setRestoreWindow(RestoreWindow restoreWindow) |
DBInstanceAutomatedBackup |
DBInstanceAutomatedBackup.withRestoreWindow(RestoreWindow restoreWindow)
The earliest and latest time a DB instance can be restored to.
|
DBClusterAutomatedBackup |
DBClusterAutomatedBackup.withRestoreWindow(RestoreWindow restoreWindow) |
Copyright © 2023. All rights reserved.