Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
ChangePasswordResult |
AWSCognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest)
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.
|
ChangePasswordResult |
AbstractAWSCognitoIdentityProvider.changePassword(ChangePasswordRequest request) |
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request) |
Future<ChangePasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest request) |
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
ChangePasswordRequest |
ChangePasswordRequest.clone() |
ChangePasswordRequest |
ChangePasswordRequest.withAccessToken(String accessToken)
The access token in the change password request.
|
ChangePasswordRequest |
ChangePasswordRequest.withPreviousPassword(String previousPassword)
The old password in the change password request.
|
ChangePasswordRequest |
ChangePasswordRequest.withProposedPassword(String proposedPassword)
The new password in the change password request.
|
Copyright © 2018. All rights reserved.