| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceRememberedStatusType |
DeviceRememberedStatusType.fromValue(String value)
Use this in place of valueOf.
|
static DeviceRememberedStatusType |
DeviceRememberedStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceRememberedStatusType[] |
DeviceRememberedStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDeviceStatusRequest.setDeviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus)
The status of whether a device is remembered.
|
void |
AdminUpdateDeviceStatusRequest.setDeviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus)
The status indicating whether a device has been remembered or not.
|
UpdateDeviceStatusRequest |
UpdateDeviceStatusRequest.withDeviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus)
The status of whether a device is remembered.
|
AdminUpdateDeviceStatusRequest |
AdminUpdateDeviceStatusRequest.withDeviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus)
The status indicating whether a device has been remembered or not.
|
Copyright © 2024. All rights reserved.