| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
RetentionArchiveTier |
RetentionArchiveTier.clone() |
RetentionArchiveTier |
ArchiveRetainRule.getRetentionArchiveTier()
Information about retention period in the Amazon EBS Snapshots Archive.
|
RetentionArchiveTier |
RetentionArchiveTier.withCount(Integer count)
The maximum number of snapshots to retain in the archive storage tier for each volume.
|
RetentionArchiveTier |
RetentionArchiveTier.withInterval(Integer interval)
Specifies the period of time to retain snapshots in the archive tier.
|
RetentionArchiveTier |
RetentionArchiveTier.withIntervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval.
|
RetentionArchiveTier |
RetentionArchiveTier.withIntervalUnit(String intervalUnit)
The unit of time in which to measure the Interval.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveRetainRule.setRetentionArchiveTier(RetentionArchiveTier retentionArchiveTier)
Information about retention period in the Amazon EBS Snapshots Archive.
|
ArchiveRetainRule |
ArchiveRetainRule.withRetentionArchiveTier(RetentionArchiveTier retentionArchiveTier)
Information about retention period in the Amazon EBS Snapshots Archive.
|
Copyright © 2022. All rights reserved.