| 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 |
|---|---|
GetUserAttributeVerificationCodeResult |
AmazonCognitoIdentityProviderClient.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest)
Gets the user attribute verification code for the specified attribute
name.
|
GetUserAttributeVerificationCodeResult |
AmazonCognitoIdentityProvider.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest)
Gets the user attribute verification code for the specified attribute
name.
|
| Modifier and Type | Method and Description |
|---|---|
GetUserAttributeVerificationCodeRequest |
GetUserAttributeVerificationCodeRequest.addClientMetadataEntry(String key,
String value)
A map of custom key-value pairs that you can provide as input for any
custom workflows that this action triggers.
|
GetUserAttributeVerificationCodeRequest |
GetUserAttributeVerificationCodeRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
GetUserAttributeVerificationCodeRequest |
GetUserAttributeVerificationCodeRequest.withAccessToken(String accessToken)
The access token returned by the server response to get the user
attribute verification code.
|
GetUserAttributeVerificationCodeRequest |
GetUserAttributeVerificationCodeRequest.withAttributeName(String attributeName)
The attribute name returned by the server response to get the user
attribute verification code.
|
GetUserAttributeVerificationCodeRequest |
GetUserAttributeVerificationCodeRequest.withClientMetadata(Map<String,String> clientMetadata)
A map of custom key-value pairs that you can provide as input for any
custom workflows that this action triggers.
|
Copyright © 2020. All rights reserved.