Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminResetUserPasswordResponse
Packages that use AdminResetUserPasswordResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminResetUserPasswordResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminResetUserPasswordResponseModifier and TypeMethodDescriptiondefault AdminResetUserPasswordResponseCognitoIdentityProviderClient.adminResetUserPassword(Consumer<AdminResetUserPasswordRequest.Builder> adminResetUserPasswordRequest) Begins the password reset process.default AdminResetUserPasswordResponseCognitoIdentityProviderClient.adminResetUserPassword(AdminResetUserPasswordRequest adminResetUserPasswordRequest) Begins the password reset process.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminResetUserPasswordResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminResetUserPassword(Consumer<AdminResetUserPasswordRequest.Builder> adminResetUserPasswordRequest) Begins the password reset process.CognitoIdentityProviderAsyncClient.adminResetUserPassword(AdminResetUserPasswordRequest adminResetUserPasswordRequest) Begins the password reset process.