Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifyUserAttributeResponse
-
Packages that use VerifyUserAttributeResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of VerifyUserAttributeResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return VerifyUserAttributeResponse Modifier and Type Method Description default VerifyUserAttributeResponseCognitoIdentityProviderClient. verifyUserAttribute(Consumer<VerifyUserAttributeRequest.Builder> verifyUserAttributeRequest)Verifies the specified user attributes in the user pool.default VerifyUserAttributeResponseCognitoIdentityProviderClient. verifyUserAttribute(VerifyUserAttributeRequest verifyUserAttributeRequest)Verifies the specified user attributes in the user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type VerifyUserAttributeResponse Modifier and Type Method Description default CompletableFuture<VerifyUserAttributeResponse>CognitoIdentityProviderAsyncClient. verifyUserAttribute(Consumer<VerifyUserAttributeRequest.Builder> verifyUserAttributeRequest)Verifies the specified user attributes in the user pool.default CompletableFuture<VerifyUserAttributeResponse>CognitoIdentityProviderAsyncClient. verifyUserAttribute(VerifyUserAttributeRequest verifyUserAttributeRequest)Verifies the specified user attributes in the user pool.
-