| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceRememberedStatusType |
UpdateDeviceStatusRequest.deviceRememberedStatus()
The status of whether a device is remembered.
|
DeviceRememberedStatusType |
AdminUpdateDeviceStatusRequest.deviceRememberedStatus()
The status indicating whether a device has been remembered or not.
|
static DeviceRememberedStatusType |
DeviceRememberedStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DeviceRememberedStatusType> |
DeviceRememberedStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeviceStatusRequest.Builder |
UpdateDeviceStatusRequest.Builder.deviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus)
The status of whether a device is remembered.
|
AdminUpdateDeviceStatusRequest.Builder |
AdminUpdateDeviceStatusRequest.Builder.deviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus)
The status indicating whether a device has been remembered or not.
|
Copyright © 2023. All rights reserved.