| 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 |
FastRestoreRule.intervalUnit()
The unit of time for enabling fast snapshot restore.
|
RetentionIntervalUnitValues |
CrossRegionCopyRetainRule.intervalUnit()
The unit of time for time-based retention.
|
RetentionIntervalUnitValues |
RetainRule.intervalUnit()
The unit of time for time-based retention.
|
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 |
|---|---|
FastRestoreRule.Builder |
FastRestoreRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for enabling fast snapshot restore.
|
CrossRegionCopyRetainRule.Builder |
CrossRegionCopyRetainRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for time-based retention.
|
RetainRule.Builder |
RetainRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for time-based retention.
|
Copyright © 2020. All rights reserved.