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.
|
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 ResendConfirmationCodeResponse |
CognitoIdentityProviderClient.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ResendConfirmationCodeResponse> |
CognitoIdentityProviderAsyncClient.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(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
Copyright © 2020. All rights reserved.