Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UsernameConfigurationType
-
Packages that use UsernameConfigurationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UsernameConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UsernameConfigurationType Modifier and Type Method Description UsernameConfigurationTypeCreateUserPoolRequest. usernameConfiguration()Sets the case sensitivity option for sign-in usernames.UsernameConfigurationTypeUserPoolType. usernameConfiguration()Case sensitivity of the username input for the selected sign-in option.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UsernameConfigurationType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. usernameConfiguration(UsernameConfigurationType usernameConfiguration)Sets the case sensitivity option for sign-in usernames.UserPoolType.BuilderUserPoolType.Builder. usernameConfiguration(UsernameConfigurationType usernameConfiguration)Case sensitivity of the username input for the selected sign-in option.
-