| Package | Description |
|---|---|
| com.amazonaws.services.recyclebin.model |
| Modifier and Type | Method and Description |
|---|---|
UnlockDelay |
UnlockDelay.clone() |
UnlockDelay |
LockConfiguration.getUnlockDelay()
Information about the retention rule unlock delay.
|
UnlockDelay |
UnlockDelay.withUnlockDelayUnit(String unlockDelayUnit)
The unit of time in which to measure the unlock delay.
|
UnlockDelay |
UnlockDelay.withUnlockDelayUnit(UnlockDelayUnit unlockDelayUnit)
The unit of time in which to measure the unlock delay.
|
UnlockDelay |
UnlockDelay.withUnlockDelayValue(Integer unlockDelayValue)
The unlock delay period, measured in the unit specified for UnlockDelayUnit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LockConfiguration.setUnlockDelay(UnlockDelay unlockDelay)
Information about the retention rule unlock delay.
|
LockConfiguration |
LockConfiguration.withUnlockDelay(UnlockDelay unlockDelay)
Information about the retention rule unlock delay.
|
Copyright © 2024. All rights reserved.