Uses of Class
com.amazonaws.services.cognitoidp.model.ChangePasswordResult
-
Packages that use ChangePasswordResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of ChangePasswordResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return ChangePasswordResult Modifier and Type Method 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 changePasswordRequest)
Changes the password for a specified user in a user pool.Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ChangePasswordResult 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 ChangePasswordResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ChangePasswordResult Modifier and Type Method Description ChangePasswordResult
ChangePasswordResult. clone()
-