| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordResult |
AmazonCognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
ChangePasswordResult |
AmazonCognitoIdentityProvider.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordRequest |
ChangePasswordRequest.withAccessToken(String accessToken)
The access token.
|
ChangePasswordRequest |
ChangePasswordRequest.withPreviousPassword(String previousPassword)
The old password.
|
ChangePasswordRequest |
ChangePasswordRequest.withProposedPassword(String proposedPassword)
The new password.
|
Copyright © 2020. All rights reserved.