| 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 |
|---|---|
ResendConfirmationCodeResult |
AmazonCognitoIdentityProviderClient.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific
user in the user pool.
|
ResendConfirmationCodeResult |
AmazonCognitoIdentityProvider.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific
user in the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.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.
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.withAnalyticsMetadata(AnalyticsMetadataType analyticsMetadata)
The Amazon Pinpoint analytics metadata for collecting metrics for
ResendConfirmationCode calls. |
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.withClientId(String clientId)
The ID of the client associated with the user pool.
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.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.
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.withSecretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the
secret key of a user pool client and username plus the client ID in the
message.
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.withUserContextData(UserContextDataType userContextData)
Contextual data such as the user's device fingerprint, IP address, or
location used for evaluating the risk of an unexpected event by Amazon
Cognito advanced security.
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.withUsername(String username)
The user name of the user to whom you wish to resend a confirmation code.
|
Copyright © 2020. All rights reserved.