| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
AdminSetUserPasswordResult |
AmazonCognitoIdentityProviderClient.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest) |
AdminSetUserPasswordResult |
AmazonCognitoIdentityProvider.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest) |
| Modifier and Type | Method and Description |
|---|---|
AdminSetUserPasswordRequest |
AdminSetUserPasswordRequest.withPassword(String password)
Sets the value of the password property for this object.
|
AdminSetUserPasswordRequest |
AdminSetUserPasswordRequest.withPermanent(Boolean permanent)
Sets the value of the permanent property for this object.
|
AdminSetUserPasswordRequest |
AdminSetUserPasswordRequest.withUsername(String username)
Sets the value of the username property for this object.
|
AdminSetUserPasswordRequest |
AdminSetUserPasswordRequest.withUserPoolId(String userPoolId)
Sets the value of the userPoolId property for this object.
|
Copyright © 2019. All rights reserved.