Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateDeviceStatusResponse
Packages that use UpdateDeviceStatusResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateDeviceStatusResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return UpdateDeviceStatusResponseModifier and TypeMethodDescriptiondefault UpdateDeviceStatusResponseCognitoIdentityProviderClient.updateDeviceStatus(Consumer<UpdateDeviceStatusRequest.Builder> updateDeviceStatusRequest) Updates the status of a the currently signed-in user's device so that it is marked as remembered or not remembered for the purpose of device authentication.default UpdateDeviceStatusResponseCognitoIdentityProviderClient.updateDeviceStatus(UpdateDeviceStatusRequest updateDeviceStatusRequest) Updates the status of a the currently signed-in user's device so that it is marked as remembered or not remembered for the purpose of device authentication.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UpdateDeviceStatusResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.updateDeviceStatus(Consumer<UpdateDeviceStatusRequest.Builder> updateDeviceStatusRequest) Updates the status of a the currently signed-in user's device so that it is marked as remembered or not remembered for the purpose of device authentication.CognitoIdentityProviderAsyncClient.updateDeviceStatus(UpdateDeviceStatusRequest updateDeviceStatusRequest) Updates the status of a the currently signed-in user's device so that it is marked as remembered or not remembered for the purpose of device authentication.