| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default AdminSetUserPasswordResponse |
CognitoIdentityProviderClient.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest)
Sets the specified user's password in a user pool as an administrator.
|
default AdminSetUserPasswordResponse |
CognitoIdentityProviderClient.adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest)
Sets the specified user's password in a user pool as an administrator.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AdminSetUserPasswordResponse> |
CognitoIdentityProviderAsyncClient.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest)
Sets the specified user's password in a user pool as an administrator.
|
default CompletableFuture<AdminSetUserPasswordResponse> |
CognitoIdentityProviderAsyncClient.adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest)
Sets the specified user's password in a user pool as an administrator.
|
Copyright © 2020. All rights reserved.