Uses of Class
com.amazonaws.services.cognitoidp.model.ChangePasswordRequest
-
Packages that use ChangePasswordRequest Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of ChangePasswordRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type ChangePasswordRequest Modifier and Type Method Description ChangePasswordResultAbstractAWSCognitoIdentityProvider. changePassword(ChangePasswordRequest request)ChangePasswordResultAWSCognitoIdentityProvider. changePassword(ChangePasswordRequest changePasswordRequest)Changes the password for a specified user in a user pool.ChangePasswordResultAWSCognitoIdentityProviderClient. changePassword(ChangePasswordRequest changePasswordRequest)Changes the password for a specified user in a user pool.Future<ChangePasswordResult>AbstractAWSCognitoIdentityProviderAsync. changePasswordAsync(ChangePasswordRequest request)Future<ChangePasswordResult>AbstractAWSCognitoIdentityProviderAsync. changePasswordAsync(ChangePasswordRequest request, AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler)Future<ChangePasswordResult>AWSCognitoIdentityProviderAsync. changePasswordAsync(ChangePasswordRequest changePasswordRequest)Changes the password for a specified user in a user pool.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)Future<ChangePasswordResult>AWSCognitoIdentityProviderAsyncClient. changePasswordAsync(ChangePasswordRequest request, AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler)Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ChangePasswordRequest Modifier and Type Method 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) -
Uses of ChangePasswordRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ChangePasswordRequest Modifier and Type Method Description ChangePasswordRequestChangePasswordRequest. clone()ChangePasswordRequestChangePasswordRequest. withAccessToken(String accessToken)The access token in the change password request.ChangePasswordRequestChangePasswordRequest. withPreviousPassword(String previousPassword)The old password in the change password request.ChangePasswordRequestChangePasswordRequest. withProposedPassword(String proposedPassword)The new password in the change password request.
-