| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
FastRestoreRule |
FastRestoreRule.clone() |
FastRestoreRule |
Schedule.getFastRestoreRule()
The rule for enabling fast snapshot restore.
|
FastRestoreRule |
FastRestoreRule.withAvailabilityZones(Collection<String> availabilityZones)
The Availability Zones in which to enable fast snapshot restore.
|
FastRestoreRule |
FastRestoreRule.withAvailabilityZones(String... availabilityZones)
The Availability Zones in which to enable fast snapshot restore.
|
FastRestoreRule |
FastRestoreRule.withCount(Integer count)
The number of snapshots to be enabled with fast snapshot restore.
|
FastRestoreRule |
FastRestoreRule.withInterval(Integer interval)
The amount of time to enable fast snapshot restore.
|
FastRestoreRule |
FastRestoreRule.withIntervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for enabling fast snapshot restore.
|
FastRestoreRule |
FastRestoreRule.withIntervalUnit(String intervalUnit)
The unit of time for enabling fast snapshot restore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setFastRestoreRule(FastRestoreRule fastRestoreRule)
The rule for enabling fast snapshot restore.
|
Schedule |
Schedule.withFastRestoreRule(FastRestoreRule fastRestoreRule)
The rule for enabling fast snapshot restore.
|
Copyright © 2019. All rights reserved.