| 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 AdminCreateUserResponse |
CognitoIdentityProviderClient.adminCreateUser(AdminCreateUserRequest adminCreateUserRequest)
Creates a new user in the specified user pool.
|
default AdminCreateUserResponse |
CognitoIdentityProviderClient.adminCreateUser(Consumer<AdminCreateUserRequest.Builder> adminCreateUserRequest)
Creates a new user in the specified user pool.
|
default AdminInitiateAuthResponse |
CognitoIdentityProviderClient.adminInitiateAuth(AdminInitiateAuthRequest adminInitiateAuthRequest)
Initiates the authentication flow, as an administrator.
|
default AdminInitiateAuthResponse |
CognitoIdentityProviderClient.adminInitiateAuth(Consumer<AdminInitiateAuthRequest.Builder> adminInitiateAuthRequest)
Initiates the authentication flow, as an administrator.
|
default AdminResetUserPasswordResponse |
CognitoIdentityProviderClient.adminResetUserPassword(AdminResetUserPasswordRequest adminResetUserPasswordRequest)
Resets the specified user's password in a user pool as an administrator.
|
default AdminResetUserPasswordResponse |
CognitoIdentityProviderClient.adminResetUserPassword(Consumer<AdminResetUserPasswordRequest.Builder> adminResetUserPasswordRequest)
Resets the specified user's password in a user pool as an administrator.
|
default AdminRespondToAuthChallengeResponse |
CognitoIdentityProviderClient.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest)
Responds to an authentication challenge, as an administrator.
|
default AdminRespondToAuthChallengeResponse |
CognitoIdentityProviderClient.adminRespondToAuthChallenge(Consumer<AdminRespondToAuthChallengeRequest.Builder> adminRespondToAuthChallengeRequest)
Responds to an authentication challenge, as an administrator.
|
default AdminUpdateUserAttributesResponse |
CognitoIdentityProviderClient.adminUpdateUserAttributes(AdminUpdateUserAttributesRequest adminUpdateUserAttributesRequest)
Updates the specified user's attributes, including developer attributes, as an administrator.
|
default AdminUpdateUserAttributesResponse |
CognitoIdentityProviderClient.adminUpdateUserAttributes(Consumer<AdminUpdateUserAttributesRequest.Builder> adminUpdateUserAttributesRequest)
Updates the specified user's attributes, including developer attributes, as an administrator.
|
default CreateUserPoolResponse |
CognitoIdentityProviderClient.createUserPool(Consumer<CreateUserPoolRequest.Builder> createUserPoolRequest)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
default CreateUserPoolResponse |
CognitoIdentityProviderClient.createUserPool(CreateUserPoolRequest createUserPoolRequest)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
default ForgotPasswordResponse |
CognitoIdentityProviderClient.forgotPassword(Consumer<ForgotPasswordRequest.Builder> forgotPasswordRequest)
Calling this API causes a message to be sent to the end user with a confirmation code that is required to change
the user's password.
|
default ForgotPasswordResponse |
CognitoIdentityProviderClient.forgotPassword(ForgotPasswordRequest forgotPasswordRequest)
Calling this API causes a message to be sent to the end user with a confirmation code that is required to change
the user's password.
|
default GetUserAttributeVerificationCodeResponse |
CognitoIdentityProviderClient.getUserAttributeVerificationCode(Consumer<GetUserAttributeVerificationCodeRequest.Builder> getUserAttributeVerificationCodeRequest)
Gets the user attribute verification code for the specified attribute name.
|
default GetUserAttributeVerificationCodeResponse |
CognitoIdentityProviderClient.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest)
Gets the user attribute verification code for the specified attribute name.
|
default InitiateAuthResponse |
CognitoIdentityProviderClient.initiateAuth(Consumer<InitiateAuthRequest.Builder> initiateAuthRequest)
Initiates the authentication flow.
|
default InitiateAuthResponse |
CognitoIdentityProviderClient.initiateAuth(InitiateAuthRequest initiateAuthRequest)
Initiates the authentication flow.
|
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.
|
default RespondToAuthChallengeResponse |
CognitoIdentityProviderClient.respondToAuthChallenge(Consumer<RespondToAuthChallengeRequest.Builder> respondToAuthChallengeRequest)
Responds to the authentication challenge.
|
default RespondToAuthChallengeResponse |
CognitoIdentityProviderClient.respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest)
Responds to the authentication challenge.
|
default SetUserPoolMfaConfigResponse |
CognitoIdentityProviderClient.setUserPoolMfaConfig(Consumer<SetUserPoolMfaConfigRequest.Builder> setUserPoolMfaConfigRequest)
Set the user pool multi-factor authentication (MFA) configuration.
|
default SetUserPoolMfaConfigResponse |
CognitoIdentityProviderClient.setUserPoolMfaConfig(SetUserPoolMfaConfigRequest setUserPoolMfaConfigRequest)
Set the user pool multi-factor authentication (MFA) configuration.
|
default SignUpResponse |
CognitoIdentityProviderClient.signUp(Consumer<SignUpRequest.Builder> signUpRequest)
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
default SignUpResponse |
CognitoIdentityProviderClient.signUp(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
default UpdateUserAttributesResponse |
CognitoIdentityProviderClient.updateUserAttributes(Consumer<UpdateUserAttributesRequest.Builder> updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
default UpdateUserAttributesResponse |
CognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
default UpdateUserPoolResponse |
CognitoIdentityProviderClient.updateUserPool(Consumer<UpdateUserPoolRequest.Builder> updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
default UpdateUserPoolResponse |
CognitoIdentityProviderClient.updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
Copyright © 2020. All rights reserved.