| Package | Description |
|---|---|
| software.amazon.awssdk.services.rbin.model |
| Modifier and Type | Method and Description |
|---|---|
static UnlockDelayUnit |
UnlockDelayUnit.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UnlockDelayUnit |
UnlockDelay.unlockDelayUnit()
The unit of time in which to measure the unlock delay.
|
static UnlockDelayUnit |
UnlockDelayUnit.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UnlockDelayUnit> |
UnlockDelayUnit.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UnlockDelay.Builder |
UnlockDelay.Builder.unlockDelayUnit(UnlockDelayUnit unlockDelayUnit)
The unit of time in which to measure the unlock delay.
|
Copyright © 2023. All rights reserved.