| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordResult |
AbstractAWSCognitoIdentityProvider.changePassword(ChangePasswordRequest request) |
ChangePasswordResult |
AWSCognitoIdentityProviderClient.changePassword(ChangePasswordRequest request)
Changes the password for a specified user in a user pool.
|
ChangePasswordResult |
AWSCognitoIdentityProvider.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
Future<ChangePasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest request) |
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request) |
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
Future<ChangePasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler)
Changes the password for a specified user in a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ChangePasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler)
Changes the password for a specified user in a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordRequest |
ChangePasswordRequest.clone() |
ChangePasswordRequest |
ChangePasswordRequest.withAccessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose password you want to change.
|
ChangePasswordRequest |
ChangePasswordRequest.withPreviousPassword(String previousPassword)
The old password.
|
ChangePasswordRequest |
ChangePasswordRequest.withProposedPassword(String proposedPassword)
The new password.
|
Copyright © 2022. All rights reserved.