| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UsernameConfigurationType |
UsernameConfigurationType.clone() |
UsernameConfigurationType |
UserPoolType.getUsernameConfiguration()
Case sensitivity of the username input for the selected sign-in option.
|
UsernameConfigurationType |
CreateUserPoolRequest.getUsernameConfiguration()
Case sensitivity on the username input for the selected sign-in option.
|
UsernameConfigurationType |
UsernameConfigurationType.withCaseSensitive(Boolean caseSensitive)
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPoolType.setUsernameConfiguration(UsernameConfigurationType usernameConfiguration)
Case sensitivity of the username input for the selected sign-in option.
|
void |
CreateUserPoolRequest.setUsernameConfiguration(UsernameConfigurationType usernameConfiguration)
Case sensitivity on the username input for the selected sign-in option.
|
UserPoolType |
UserPoolType.withUsernameConfiguration(UsernameConfigurationType usernameConfiguration)
Case sensitivity of the username input for the selected sign-in option.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameConfiguration(UsernameConfigurationType usernameConfiguration)
Case sensitivity on the username input for the selected sign-in option.
|
Copyright © 2024. All rights reserved.