| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ResendConfirmationCodeResult> |
AWSCognitoIdentityProviderAsyncClient.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.
|
Future<ResendConfirmationCodeResult> |
AbstractAWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync(ResendConfirmationCodeRequest request,
AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler) |
| 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 that contributes to your 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 about your user session, such as the device fingerprint, IP address, or location.
|
ResendConfirmationCodeRequest |
ResendConfirmationCodeRequest.withUsername(String username)
The username of the user that you want to query or modify.
|
Copyright © 2024. All rights reserved.