Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserAttributeVerificationCodeResponse
-
Packages that use GetUserAttributeVerificationCodeResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 GetUserAttributeVerificationCodeResponse Modifier and Type Method Description default GetUserAttributeVerificationCodeResponseCognitoIdentityProviderClient. getUserAttributeVerificationCode(Consumer<GetUserAttributeVerificationCodeRequest.Builder> getUserAttributeVerificationCodeRequest)Generates a user attribute verification code for the specified attribute name.default GetUserAttributeVerificationCodeResponseCognitoIdentityProviderClient. getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest)Generates a user attribute verification code for the specified attribute name.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetUserAttributeVerificationCodeResponse Modifier and Type Method Description default CompletableFuture<GetUserAttributeVerificationCodeResponse>CognitoIdentityProviderAsyncClient. getUserAttributeVerificationCode(Consumer<GetUserAttributeVerificationCodeRequest.Builder> getUserAttributeVerificationCodeRequest)Generates a user attribute verification code for the specified attribute name.default CompletableFuture<GetUserAttributeVerificationCodeResponse>CognitoIdentityProviderAsyncClient. getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest)Generates a user attribute verification code for the specified attribute name.
-