Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminSetUserPasswordResponse
-
Packages that use AdminSetUserPasswordResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 AdminSetUserPasswordResponse Modifier and Type Method Description default AdminSetUserPasswordResponseCognitoIdentityProviderClient. adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest)Sets the specified user's password in a user pool as an administrator.default AdminSetUserPasswordResponseCognitoIdentityProviderClient. adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest)Sets the specified user's password in a user pool as an administrator.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminSetUserPasswordResponse Modifier and Type Method Description default CompletableFuture<AdminSetUserPasswordResponse>CognitoIdentityProviderAsyncClient. adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest)Sets the specified user's password in a user pool as an administrator.default CompletableFuture<AdminSetUserPasswordResponse>CognitoIdentityProviderAsyncClient. adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest)Sets the specified user's password in a user pool as an administrator.
-