Uses of Class
software.amazon.awssdk.services.rbin.model.RetentionPeriodUnit
-
Packages that use RetentionPeriodUnit Package Description software.amazon.awssdk.services.rbin.model -
-
Uses of RetentionPeriodUnit in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return RetentionPeriodUnit Modifier and Type Method Description static RetentionPeriodUnitRetentionPeriodUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RetentionPeriodUnitRetentionPeriod. retentionPeriodUnit()The unit of time in which the retention period is measured.static RetentionPeriodUnitRetentionPeriodUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static RetentionPeriodUnit[]RetentionPeriodUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rbin.model that return types with arguments of type RetentionPeriodUnit Modifier and Type Method Description static Set<RetentionPeriodUnit>RetentionPeriodUnit. knownValues()Methods in software.amazon.awssdk.services.rbin.model with parameters of type RetentionPeriodUnit Modifier and Type Method Description RetentionPeriod.BuilderRetentionPeriod.Builder. retentionPeriodUnit(RetentionPeriodUnit retentionPeriodUnit)The unit of time in which the retention period is measured.
-