Uses of Class
software.amazon.awssdk.services.dlm.model.RetentionIntervalUnitValues
-
Packages that use RetentionIntervalUnitValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of RetentionIntervalUnitValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return RetentionIntervalUnitValues Modifier and Type Method Description static RetentionIntervalUnitValuesRetentionIntervalUnitValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RetentionIntervalUnitValuesCrossRegionCopyDeprecateRule. intervalUnit()The unit of time in which to measure the Interval.RetentionIntervalUnitValuesCrossRegionCopyRetainRule. intervalUnit()The unit of time for time-based retention.RetentionIntervalUnitValuesDeprecateRule. intervalUnit()The unit of time in which to measure the Interval.RetentionIntervalUnitValuesFastRestoreRule. intervalUnit()The unit of time for enabling fast snapshot restore.RetentionIntervalUnitValuesRetainRule. intervalUnit()The unit of time for time-based retention.RetentionIntervalUnitValuesRetentionArchiveTier. intervalUnit()The unit of time in which to measure the Interval.RetentionIntervalUnitValuesShareRule. unshareIntervalUnit()The unit of time for the automatic unsharing interval.static RetentionIntervalUnitValuesRetentionIntervalUnitValues. 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.Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type RetentionIntervalUnitValues Modifier and Type Method Description static Set<RetentionIntervalUnitValues>RetentionIntervalUnitValues. knownValues()Methods in software.amazon.awssdk.services.dlm.model with parameters of type RetentionIntervalUnitValues Modifier and Type Method Description CrossRegionCopyDeprecateRule.BuilderCrossRegionCopyDeprecateRule.Builder. intervalUnit(RetentionIntervalUnitValues intervalUnit)The unit of time in which to measure the Interval.CrossRegionCopyRetainRule.BuilderCrossRegionCopyRetainRule.Builder. intervalUnit(RetentionIntervalUnitValues intervalUnit)The unit of time for time-based retention.DeprecateRule.BuilderDeprecateRule.Builder. intervalUnit(RetentionIntervalUnitValues intervalUnit)The unit of time in which to measure the Interval.FastRestoreRule.BuilderFastRestoreRule.Builder. intervalUnit(RetentionIntervalUnitValues intervalUnit)The unit of time for enabling fast snapshot restore.RetainRule.BuilderRetainRule.Builder. intervalUnit(RetentionIntervalUnitValues intervalUnit)The unit of time for time-based retention.RetentionArchiveTier.BuilderRetentionArchiveTier.Builder. intervalUnit(RetentionIntervalUnitValues intervalUnit)The unit of time in which to measure the Interval.ShareRule.BuilderShareRule.Builder. unshareIntervalUnit(RetentionIntervalUnitValues unshareIntervalUnit)The unit of time for the automatic unsharing interval.
-