| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
VerifyUserAttributeResult |
AmazonCognitoIdentityProviderClient.verifyUserAttribute(VerifyUserAttributeRequest verifyUserAttributeRequest)
Verifies the specified user attributes in the user pool.
|
VerifyUserAttributeResult |
AmazonCognitoIdentityProvider.verifyUserAttribute(VerifyUserAttributeRequest verifyUserAttributeRequest)
Verifies the specified user attributes in the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
VerifyUserAttributeRequest |
VerifyUserAttributeRequest.withAccessToken(String accessToken)
Represents the access token of the request to verify user attributes.
|
VerifyUserAttributeRequest |
VerifyUserAttributeRequest.withAttributeName(String attributeName)
The attribute name in the request to verify user attributes.
|
VerifyUserAttributeRequest |
VerifyUserAttributeRequest.withCode(String code)
The verification code in the request to verify user attributes.
|
Copyright © 2020. All rights reserved.