| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AdminSetUserPasswordResult |
AWSCognitoIdentityProviderClient.adminSetUserPassword(AdminSetUserPasswordRequest request)
Sets the specified user's password in a user pool as an administrator.
|
AdminSetUserPasswordResult |
AWSCognitoIdentityProvider.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest)
Sets the specified user's password in a user pool as an administrator.
|
AdminSetUserPasswordResult |
AbstractAWSCognitoIdentityProvider.adminSetUserPassword(AdminSetUserPasswordRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<AdminSetUserPasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.adminSetUserPasswordAsync(AdminSetUserPasswordRequest request,
AsyncHandler<AdminSetUserPasswordRequest,AdminSetUserPasswordResult> asyncHandler) |
Future<AdminSetUserPasswordResult> |
AWSCognitoIdentityProviderAsync.adminSetUserPasswordAsync(AdminSetUserPasswordRequest adminSetUserPasswordRequest,
AsyncHandler<AdminSetUserPasswordRequest,AdminSetUserPasswordResult> asyncHandler)
Sets the specified user's password in a user pool as an administrator.
|
Future<AdminSetUserPasswordResult> |
AWSCognitoIdentityProviderAsyncClient.adminSetUserPasswordAsync(AdminSetUserPasswordRequest request,
AsyncHandler<AdminSetUserPasswordRequest,AdminSetUserPasswordResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AdminSetUserPasswordResult |
AdminSetUserPasswordResult.clone() |
Copyright © 2023. All rights reserved.