Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
Future<ResendConfirmationCodeResult> |
AWSCognitoIdentityProviderAsyncClient.resendConfirmationCodeAsync(ResendConfirmationCodeRequest request,
AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler) |
Future<ResendConfirmationCodeResult> |
AbstractAWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync(ResendConfirmationCodeRequest request,
AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler) |
Future<ResendConfirmationCodeResult> |
AWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync(ResendConfirmationCodeRequest resendConfirmationCodeRequest,
AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler)
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)
Add a single ClientMetadata entry
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.clone() |
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 © 2021. All rights reserved.