Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminSetUserPasswordResponse
Packages that use AdminSetUserPasswordResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminSetUserPasswordResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminSetUserPasswordResponseModifier and TypeMethodDescriptiondefault AdminSetUserPasswordResponseCognitoIdentityProviderClient.adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest) Sets the specified user's password in a user pool.default AdminSetUserPasswordResponseCognitoIdentityProviderClient.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest) Sets the specified user's password in a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminSetUserPasswordResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest) Sets the specified user's password in a user pool.CognitoIdentityProviderAsyncClient.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest) Sets the specified user's password in a user pool.