| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
default ResendConfirmationCodeResponse |
CognitoIdentityProviderClient.resendConfirmationCode(Consumer<ResendConfirmationCodeRequest.Builder> resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
default CompletableFuture<ResendConfirmationCodeResponse> |
CognitoIdentityProviderAsyncClient.resendConfirmationCode(Consumer<ResendConfirmationCodeRequest.Builder> resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.analyticsMetadata(AnalyticsMetadataType analyticsMetadata)
The Amazon Pinpoint analytics metadata that contributes to your metrics for
ResendConfirmationCode calls. |
default ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.analyticsMetadata(Consumer<AnalyticsMetadataType.Builder> analyticsMetadata)
The Amazon Pinpoint analytics metadata that contributes to your metrics for
ResendConfirmationCode calls. |
static ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.builder() |
ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.clientId(String clientId)
The ID of the client associated with the user pool.
|
ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.clientMetadata(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.Builder |
ResendConfirmationCodeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.secretHash(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.Builder |
ResendConfirmationCodeRequest.toBuilder() |
default ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.userContextData(Consumer<UserContextDataType.Builder> userContextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.userContextData(UserContextDataType userContextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
ResendConfirmationCodeRequest.Builder |
ResendConfirmationCodeRequest.Builder.username(String username)
The
username attribute of the user to whom you want to resend a confirmation code. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResendConfirmationCodeRequest.Builder> |
ResendConfirmationCodeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.