Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ForgetDeviceResponse
Packages that use ForgetDeviceResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ForgetDeviceResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ForgetDeviceResponseModifier and TypeMethodDescriptiondefault ForgetDeviceResponseCognitoIdentityProviderClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest) Given a device key, deletes a remembered device as the currently signed-in user.default ForgetDeviceResponseCognitoIdentityProviderClient.forgetDevice(ForgetDeviceRequest forgetDeviceRequest) Given a device key, deletes a remembered device as the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ForgetDeviceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ForgetDeviceResponse>CognitoIdentityProviderAsyncClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest) Given a device key, deletes a remembered device as the currently signed-in user.default CompletableFuture<ForgetDeviceResponse>CognitoIdentityProviderAsyncClient.forgetDevice(ForgetDeviceRequest forgetDeviceRequest) Given a device key, deletes a remembered device as the currently signed-in user.