Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UsernameConfigurationType
Packages that use UsernameConfigurationType
-
Uses of UsernameConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UsernameConfigurationTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.usernameConfiguration()Sets the case sensitivity option for sign-in usernames.UserPoolType.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 UsernameConfigurationTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.usernameConfiguration(UsernameConfigurationType usernameConfiguration) Sets the case sensitivity option for sign-in usernames.UserPoolType.Builder.usernameConfiguration(UsernameConfigurationType usernameConfiguration) Case sensitivity of the username input for the selected sign-in option.