| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordResult |
AbstractAWSCognitoIdentityProvider.changePassword(ChangePasswordRequest request) |
ChangePasswordResult |
AWSCognitoIdentityProvider.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
ChangePasswordResult |
AWSCognitoIdentityProviderClient.changePassword(ChangePasswordRequest request)
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> |
AWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler)
Changes the password for a specified user in a user pool.
|
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordResult |
ChangePasswordResult.clone() |
Copyright © 2025. All rights reserved.