| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreWindow |
RestoreWindow.clone() |
RestoreWindow |
DBInstanceAutomatedBackup.getRestoreWindow()
Earliest and latest time an instance can be restored to.
|
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)
Earliest and latest time an instance can be restored to.
|
DBInstanceAutomatedBackup |
DBInstanceAutomatedBackup.withRestoreWindow(RestoreWindow restoreWindow)
Earliest and latest time an instance can be restored to.
|
Copyright © 2019. All rights reserved.