Uses of Class
software.amazon.awssdk.services.rbin.model.UnlockDelayUnit
-
Packages that use UnlockDelayUnit Package Description software.amazon.awssdk.services.rbin.model -
-
Uses of UnlockDelayUnit in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return UnlockDelayUnit Modifier and Type Method Description static UnlockDelayUnitUnlockDelayUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UnlockDelayUnitUnlockDelay. unlockDelayUnit()The unit of time in which to measure the unlock delay.static UnlockDelayUnitUnlockDelayUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static UnlockDelayUnit[]UnlockDelayUnit. 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 UnlockDelayUnit Modifier and Type Method Description static Set<UnlockDelayUnit>UnlockDelayUnit. knownValues()Methods in software.amazon.awssdk.services.rbin.model with parameters of type UnlockDelayUnit Modifier and Type Method Description UnlockDelay.BuilderUnlockDelay.Builder. unlockDelayUnit(UnlockDelayUnit unlockDelayUnit)The unit of time in which to measure the unlock delay.
-