Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.DeviceRememberedStatusType
Packages that use DeviceRememberedStatusType
-
Uses of DeviceRememberedStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeviceRememberedStatusTypeModifier and TypeMethodDescriptionAdminUpdateDeviceStatusRequest.deviceRememberedStatus()To enable device authentication with the specified device, set toremembered.To disable, set tonot_remembered.UpdateDeviceStatusRequest.deviceRememberedStatus()To enable device authentication with the specified device, set toremembered.To disable, set tonot_remembered.static DeviceRememberedStatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceRememberedStatusTypeReturns 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 DeviceRememberedStatusTypeModifier and TypeMethodDescriptionstatic Set<DeviceRememberedStatusType>DeviceRememberedStatusType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DeviceRememberedStatusTypeModifier and TypeMethodDescriptionAdminUpdateDeviceStatusRequest.Builder.deviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus) To enable device authentication with the specified device, set toremembered.To disable, set tonot_remembered.UpdateDeviceStatusRequest.Builder.deviceRememberedStatus(DeviceRememberedStatusType deviceRememberedStatus) To enable device authentication with the specified device, set toremembered.To disable, set tonot_remembered.