Uses of Interface
software.amazon.awssdk.services.rbin.model.UnlockDelay.Builder
-
Packages that use UnlockDelay.Builder Package Description software.amazon.awssdk.services.rbin.model -
-
Uses of UnlockDelay.Builder in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return UnlockDelay.Builder Modifier and Type Method Description static UnlockDelay.BuilderUnlockDelay. builder()UnlockDelay.BuilderUnlockDelay. toBuilder()UnlockDelay.BuilderUnlockDelay.Builder. unlockDelayUnit(String unlockDelayUnit)The unit of time in which to measure the unlock delay.UnlockDelay.BuilderUnlockDelay.Builder. unlockDelayUnit(UnlockDelayUnit unlockDelayUnit)The unit of time in which to measure the unlock delay.UnlockDelay.BuilderUnlockDelay.Builder. unlockDelayValue(Integer unlockDelayValue)The unlock delay period, measured in the unit specified for UnlockDelayUnit.Methods in software.amazon.awssdk.services.rbin.model that return types with arguments of type UnlockDelay.Builder Modifier and Type Method Description static Class<? extends UnlockDelay.Builder>UnlockDelay. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rbin.model with type arguments of type UnlockDelay.Builder Modifier and Type Method Description default LockConfiguration.BuilderLockConfiguration.Builder. unlockDelay(Consumer<UnlockDelay.Builder> unlockDelay)Information about the retention rule unlock delay.
-