| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
static RetentionIntervalUnitValues |
RetentionIntervalUnitValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RetentionIntervalUnitValues |
CrossRegionCopyRetainRule.intervalUnit()
The unit of time for time-based retention.
|
RetentionIntervalUnitValues |
DeprecateRule.intervalUnit()
The unit of time in which to measure the Interval.
|
RetentionIntervalUnitValues |
RetainRule.intervalUnit()
The unit of time for time-based retention.
|
RetentionIntervalUnitValues |
RetentionArchiveTier.intervalUnit()
The unit of time in which to measure the Interval.
|
RetentionIntervalUnitValues |
FastRestoreRule.intervalUnit()
The unit of time for enabling fast snapshot restore.
|
RetentionIntervalUnitValues |
CrossRegionCopyDeprecateRule.intervalUnit()
The unit of time in which to measure the Interval.
|
RetentionIntervalUnitValues |
ShareRule.unshareIntervalUnit()
The unit of time for the automatic unsharing interval.
|
static RetentionIntervalUnitValues |
RetentionIntervalUnitValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetentionIntervalUnitValues[] |
RetentionIntervalUnitValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RetentionIntervalUnitValues> |
RetentionIntervalUnitValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CrossRegionCopyRetainRule.Builder |
CrossRegionCopyRetainRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for time-based retention.
|
DeprecateRule.Builder |
DeprecateRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval.
|
RetainRule.Builder |
RetainRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for time-based retention.
|
RetentionArchiveTier.Builder |
RetentionArchiveTier.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval.
|
FastRestoreRule.Builder |
FastRestoreRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for enabling fast snapshot restore.
|
CrossRegionCopyDeprecateRule.Builder |
CrossRegionCopyDeprecateRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval.
|
ShareRule.Builder |
ShareRule.Builder.unshareIntervalUnit(RetentionIntervalUnitValues unshareIntervalUnit)
The unit of time for the automatic unsharing interval.
|
Copyright © 2023. All rights reserved.