Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ChangePasswordResponse
Packages that use ChangePasswordResponse
Package
Description
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 ChangePasswordResponseModifier and TypeMethodDescriptiondefault ChangePasswordResponseCognitoIdentityProviderClient.changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest) Changes the password for the currently signed-in user.default ChangePasswordResponseCognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest) Changes the password for the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ChangePasswordResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ChangePasswordResponse>CognitoIdentityProviderAsyncClient.changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest) Changes the password for the currently signed-in user.default CompletableFuture<ChangePasswordResponse>CognitoIdentityProviderAsyncClient.changePassword(ChangePasswordRequest changePasswordRequest) Changes the password for the currently signed-in user.