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