Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ChangePasswordResponse
-
Packages that use ChangePasswordResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of ChangePasswordResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ChangePasswordResponse Modifier and Type Method Description default ChangePasswordResponseCognitoIdentityProviderClient. changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest)Changes the password for a specified user in a user pool.default ChangePasswordResponseCognitoIdentityProviderClient. changePassword(ChangePasswordRequest changePasswordRequest)Changes the password for a specified user in a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ChangePasswordResponse Modifier and Type Method Description default CompletableFuture<ChangePasswordResponse>CognitoIdentityProviderAsyncClient. changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest)Changes the password for a specified user in a user pool.default CompletableFuture<ChangePasswordResponse>CognitoIdentityProviderAsyncClient. changePassword(ChangePasswordRequest changePasswordRequest)Changes the password for a specified user in a user pool.
-