Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UsernameConfigurationType.Builder
-
Packages that use UsernameConfigurationType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UsernameConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UsernameConfigurationType.Builder Modifier and Type Method Description static UsernameConfigurationType.BuilderUsernameConfigurationType. builder()UsernameConfigurationType.BuilderUsernameConfigurationType.Builder. caseSensitive(Boolean caseSensitive)Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon Cognito APIs.UsernameConfigurationType.BuilderUsernameConfigurationType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UsernameConfigurationType.Builder Modifier and Type Method Description static Class<? extends UsernameConfigurationType.Builder>UsernameConfigurationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UsernameConfigurationType.Builder Modifier and Type Method Description default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. usernameConfiguration(Consumer<UsernameConfigurationType.Builder> usernameConfiguration)Case sensitivity on the username input for the selected sign-in option.default UserPoolType.BuilderUserPoolType.Builder. usernameConfiguration(Consumer<UsernameConfigurationType.Builder> usernameConfiguration)Case sensitivity of the username input for the selected sign-in option.
-