| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
UsernameConfigurationType |
UserPoolType.usernameConfiguration()
You can choose to enable case sensitivity on the username input for the selected sign-in option.
|
UsernameConfigurationType |
CreateUserPoolRequest.usernameConfiguration()
You can choose to set case sensitivity on the username input for the selected sign-in option.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolType.Builder |
UserPoolType.Builder.usernameConfiguration(UsernameConfigurationType usernameConfiguration)
You can choose to enable case sensitivity on the username input for the selected sign-in option.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.usernameConfiguration(UsernameConfigurationType usernameConfiguration)
You can choose to set case sensitivity on the username input for the selected sign-in option.
|
Copyright © 2021. All rights reserved.