Uses of Class
com.amazonaws.services.cognitoidp.model.ResendConfirmationCodeRequest
Packages that use ResendConfirmationCodeRequest
-
Uses of ResendConfirmationCodeRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type ResendConfirmationCodeRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.resendConfirmationCode
(ResendConfirmationCodeRequest request) AWSCognitoIdentityProvider.resendConfirmationCode
(ResendConfirmationCodeRequest resendConfirmationCodeRequest) Resends the confirmation (for confirmation of registration) to a specific user in the user pool.AWSCognitoIdentityProviderClient.resendConfirmationCode
(ResendConfirmationCodeRequest resendConfirmationCodeRequest) Resends the confirmation (for confirmation of registration) to a specific user in the user pool.AbstractAWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest request) AbstractAWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest request, AsyncHandler<ResendConfirmationCodeRequest, ResendConfirmationCodeResult> asyncHandler) AWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest resendConfirmationCodeRequest) Resends the confirmation (for confirmation of registration) to a specific user in the user pool.AWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest resendConfirmationCodeRequest, AsyncHandler<ResendConfirmationCodeRequest, ResendConfirmationCodeResult> asyncHandler) Resends the confirmation (for confirmation of registration) to a specific user in the user pool.AWSCognitoIdentityProviderAsyncClient.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest request) AWSCognitoIdentityProviderAsyncClient.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest request, AsyncHandler<ResendConfirmationCodeRequest, ResendConfirmationCodeResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ResendConfirmationCodeRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest request, AsyncHandler<ResendConfirmationCodeRequest, ResendConfirmationCodeResult> asyncHandler) AWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest resendConfirmationCodeRequest, AsyncHandler<ResendConfirmationCodeRequest, ResendConfirmationCodeResult> asyncHandler) Resends the confirmation (for confirmation of registration) to a specific user in the user pool.AWSCognitoIdentityProviderAsyncClient.resendConfirmationCodeAsync
(ResendConfirmationCodeRequest request, AsyncHandler<ResendConfirmationCodeRequest, ResendConfirmationCodeResult> asyncHandler) -
Uses of ResendConfirmationCodeRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ResendConfirmationCodeRequestModifier and TypeMethodDescriptionResendConfirmationCodeRequest.clone()
ResendConfirmationCodeRequest.withClientId
(String clientId) The ID of the client associated with the user pool.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.withUsername
(String username) The user name of the user to whom you wish to resend a confirmation code.