Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserAttributeVerificationCodeResponse
Packages that use GetUserAttributeVerificationCodeResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetUserAttributeVerificationCodeResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetUserAttributeVerificationCodeResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.getUserAttributeVerificationCode(Consumer<GetUserAttributeVerificationCodeRequest.Builder> getUserAttributeVerificationCodeRequest) Given an attribute name, sends a user attribute verification code for the specified attribute name to the currently signed-in user.CognitoIdentityProviderClient.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest) Given an attribute name, sends a user attribute verification code for the specified attribute name to the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetUserAttributeVerificationCodeResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.getUserAttributeVerificationCode(Consumer<GetUserAttributeVerificationCodeRequest.Builder> getUserAttributeVerificationCodeRequest) Given an attribute name, sends a user attribute verification code for the specified attribute name to the currently signed-in user.CognitoIdentityProviderAsyncClient.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest) Given an attribute name, sends a user attribute verification code for the specified attribute name to the currently signed-in user.