Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeviceRememberedStatusType
-
Packages that use DeviceRememberedStatusType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of DeviceRememberedStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeviceRememberedStatusType Modifier and Type Method Description DeviceRememberedStatusTypeAdminUpdateDeviceStatusRequest. deviceRememberedStatus()The status indicating whether a device has been remembered or not.DeviceRememberedStatusTypeUpdateDeviceStatusRequest. deviceRememberedStatus()The status of whether a device is remembered.static DeviceRememberedStatusTypeDeviceRememberedStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceRememberedStatusTypeDeviceRememberedStatusType. 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DeviceRememberedStatusType Modifier and Type Method Description static Set<DeviceRememberedStatusType>DeviceRememberedStatusType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DeviceRememberedStatusType Modifier and Type Method Description AdminUpdateDeviceStatusRequest.BuilderAdminUpdateDeviceStatusRequest.Builder. deviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus)The status indicating whether a device has been remembered or not.UpdateDeviceStatusRequest.BuilderUpdateDeviceStatusRequest.Builder. deviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus)The status of whether a device is remembered.
-