Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.UnlockState
-
Packages that use UnlockState Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of UnlockState in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return UnlockState Modifier and Type Method Description UnlockStateDescribeDeviceResponse. deviceState()The current state of the device.static UnlockStateUnlockState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UnlockStateUnlockState. valueOf(String name)Returns the enum constant of this type with the specified name.static UnlockState[]UnlockState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type UnlockState Modifier and Type Method Description static Set<UnlockState>UnlockState. knownValues()Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type UnlockState Modifier and Type Method Description DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. deviceState(UnlockState deviceState)The current state of the device.
-